Jesse Keating 7a32965
From: Kyle McMartin <kyle@phobos.i.jkkm.org>
Jesse Keating 7a32965
Date: Tue, 30 Mar 2010 00:04:29 -0400
d07b889
Subject: [PATCH] die-floppy-die
Jesse Keating 7a32965
Jesse Keating 7a32965
Kill the floppy.ko pnp modalias. We were surviving just fine without
Jesse Keating 7a32965
autoloading floppy drivers, tyvm.
Jesse Keating 7a32965
Jesse Keating 7a32965
Please feel free to register all complaints in the wastepaper bin.
d07b889
d07b889
Bugzilla: N/A
d07b889
Upstream-status: Fedora mustard
Jesse Keating 7a32965
---
d07b889
 drivers/block/floppy.c | 3 +--
d07b889
 1 file changed, 1 insertion(+), 2 deletions(-)
Jesse Keating 7a32965
Jesse Keating 7a32965
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
d07b889
index a08cda955285..e320e1e679cf 100644
Jesse Keating 7a32965
--- a/drivers/block/floppy.c
Jesse Keating 7a32965
+++ b/drivers/block/floppy.c
d07b889
@@ -4633,8 +4633,7 @@ static const struct pnp_device_id floppy_pnpids[] = {
Jesse Keating 7a32965
 	{"PNP0700", 0},
Jesse Keating 7a32965
 	{}
Jesse Keating 7a32965
 };
Jesse Keating 7a32965
-
Jesse Keating 7a32965
-MODULE_DEVICE_TABLE(pnp, floppy_pnpids);
Jesse Keating 7a32965
+/* MODULE_DEVICE_TABLE(pnp, floppy_pnpids); */
Jesse Keating 7a32965
 
Jesse Keating 7a32965
 #else
Jesse Keating 7a32965