]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
linux: Remove disabling of loading the pcspkr module.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Mar 2014 20:47:16 +0000 (21:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Mar 2014 20:47:16 +0000 (21:47 +0100)
lfs/linux
src/patches/linux-2.6.30-no-pcspkr-modalias.patch [deleted file]

index 1993cc8aac72723ddba8756828f1f8e57f8c2c92..7ffb345e8219da7871b1973771e96103f374ff43 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -127,9 +127,6 @@ ifneq "$(KCFG)" "-headers"
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.7-disable-compat_vdso.patch
 endif
 
-       # Disable pcspeaker autoload
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.30-no-pcspkr-modalias.patch
-
        # Remove ACPI Blacklist message
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6-silence-acpi-blacklist.patch
 
diff --git a/src/patches/linux-2.6.30-no-pcspkr-modalias.patch b/src/patches/linux-2.6.30-no-pcspkr-modalias.patch
deleted file mode 100644 (file)
index 439269c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/drivers/input/misc/pcspkr.c b/drivers/input/misc/pcspkr.c
-index 34f4d2e..3e40c70 100644
---- a/drivers/input/misc/pcspkr.c
-+++ b/drivers/input/misc/pcspkr.c
-@@ -24,7 +24,6 @@
- MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>");
- MODULE_DESCRIPTION("PC Speaker beeper driver");
- MODULE_LICENSE("GPL");
--MODULE_ALIAS("platform:pcspkr");
- static int pcspkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
- {