Jesse Keating 2f82dda
Kill the floppy.ko pnp modalias. We were surviving just fine without
Jesse Keating 2f82dda
autoloading floppy drivers, tyvm.
Jesse Keating 2f82dda
Jesse Keating 2f82dda
Please feel free to register all complaints in the wastepaper bin.
Jesse Keating 2f82dda
Jesse Keating 2f82dda
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
Jesse Keating 2f82dda
index 91b7530..2ea84a6 100644
Jesse Keating 2f82dda
--- a/drivers/block/floppy.c
Jesse Keating 2f82dda
+++ b/drivers/block/floppy.c
Jesse Keating 2f82dda
@@ -4631,7 +4631,7 @@ static const struct pnp_device_id floppy_pnpids[] = {
Jesse Keating 2f82dda
 	{ "PNP0700", 0 },
Jesse Keating 2f82dda
 	{ }
Jesse Keating 2f82dda
 };
Jesse Keating 2f82dda
-MODULE_DEVICE_TABLE(pnp, floppy_pnpids);
Jesse Keating 2f82dda
+/* MODULE_DEVICE_TABLE(pnp, floppy_pnpids); */
Jesse Keating 2f82dda
 
Jesse Keating 2f82dda
 #else
Jesse Keating 2f82dda