Jesse Keating 7a32965
From: Kyle McMartin <kyle@phobos.i.jkkm.org>
Jesse Keating 7a32965
Date: Tue, 30 Mar 2010 00:04:29 -0400
dbc4a9b
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.
dbc4a9b
dbc4a9b
Bugzilla: N/A
dbc4a9b
Upstream-status: Fedora mustard
Jesse Keating 7a32965
---
dbc4a9b
 drivers/block/floppy.c | 3 +--
dbc4a9b
 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
dbc4a9b
index 56d46ffb08e1..1c8db250df88 100644
Jesse Keating 7a32965
--- a/drivers/block/floppy.c
Jesse Keating 7a32965
+++ b/drivers/block/floppy.c
dbc4a9b
@@ -4634,8 +4634,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
 
Jesse Keating 7a32965
-- 
c47527a
2.1.0
Jesse Keating 7a32965