Jesse Keating 7a32965
From 4ff58b642f80dedb20533978123d89b5ac9b1ed5 Mon Sep 17 00:00:00 2001
Jesse Keating 7a32965
From: Kyle McMartin <kyle@phobos.i.jkkm.org>
Jesse Keating 7a32965
Date: Tue, 30 Mar 2010 00:04:29 -0400
Jesse Keating 7a32965
Subject: 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.
Jesse Keating 7a32965
---
Jesse Keating 7a32965
 drivers/block/floppy.c |    3 +--
Jesse Keating 7a32965
 1 files changed, 1 insertions(+), 2 deletions(-)
Jesse Keating 7a32965
Jesse Keating 7a32965
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
Jesse Keating 7a32965
index 90c4038..f4a0b90 100644
Jesse Keating 7a32965
--- a/drivers/block/floppy.c
Jesse Keating 7a32965
+++ b/drivers/block/floppy.c
Jesse Keating 7a32965
@@ -4619,8 +4619,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
-- 
Jesse Keating 7a32965
1.7.0.1
Jesse Keating 7a32965