diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2010-08-12 06:50:17 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2010-08-12 06:50:17 +0000 |
commit | 0a75377b9e3d9478a3abd8e9da27f7bfb2acca03 (patch) | |
tree | 4e5ccd05279ea4d4b97954615d77d5eec0fea381 /freed-ora/current/f14/die-floppy-die.patch | |
parent | b755c61c708a261992df5a8c565e4750ef5da2f1 (diff) | |
download | linux-libre-raptor-0a75377b9e3d9478a3abd8e9da27f7bfb2acca03.tar.gz linux-libre-raptor-0a75377b9e3d9478a3abd8e9da27f7bfb2acca03.zip |
2.6.35-3.fc14
Diffstat (limited to 'freed-ora/current/f14/die-floppy-die.patch')
-rw-r--r-- | freed-ora/current/f14/die-floppy-die.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/freed-ora/current/f14/die-floppy-die.patch b/freed-ora/current/f14/die-floppy-die.patch new file mode 100644 index 000000000..76db31218 --- /dev/null +++ b/freed-ora/current/f14/die-floppy-die.patch @@ -0,0 +1,30 @@ +From 4ff58b642f80dedb20533978123d89b5ac9b1ed5 Mon Sep 17 00:00:00 2001 +From: Kyle McMartin <kyle@phobos.i.jkkm.org> +Date: Tue, 30 Mar 2010 00:04:29 -0400 +Subject: 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. +--- + drivers/block/floppy.c | 3 +-- + 1 files changed, 1 insertions(+), 2 deletions(-) + +diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c +index 90c4038..f4a0b90 100644 +--- a/drivers/block/floppy.c ++++ b/drivers/block/floppy.c +@@ -4619,8 +4619,7 @@ static const struct pnp_device_id floppy_pnpids[] = { + {"PNP0700", 0}, + {} + }; +- +-MODULE_DEVICE_TABLE(pnp, floppy_pnpids); ++/* MODULE_DEVICE_TABLE(pnp, floppy_pnpids); */ + + #else + +-- +1.7.0.1 + |