From: Kyle McMartin Date: Tue, 30 Mar 2010 04:04:29 +0000 (-0400) Subject: die-floppy-die X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=55bef49e946e3a94bfe066458dd60211675a75ec;p=people%2Fjulieng%2Flinux-arm.git die-floppy-die Kill the floppy.ko pnp modalias. We were surviving just fine without autoloading floppy drivers, tyvm. Please feel free to register all complaints in the wastepaper bin. Bugzilla: N/A Upstream-status: Fedora mustard --- diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index a08cda955285..e320e1e679cf 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c @@ -4633,8 +4633,7 @@ static const struct pnp_device_id floppy_pnpids[] = { {"PNP0700", 0}, {} }; - -MODULE_DEVICE_TABLE(pnp, floppy_pnpids); +/* MODULE_DEVICE_TABLE(pnp, floppy_pnpids); */ #else