From: Michael Tremer Date: Tue, 11 Mar 2014 20:47:16 +0000 (+0100) Subject: linux: Remove disabling of loading the pcspkr module. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=09d7ae9471547ea9ab42a77339666a3e5353caf3;hp=014b284e5f3dc1eb87b1198e717cffa28dc70771 linux: Remove disabling of loading the pcspkr module. --- diff --git a/lfs/linux b/lfs/linux index 1993cc8aa..7ffb345e8 100644 --- 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 index 439269cef..000000000 --- a/src/patches/linux-2.6.30-no-pcspkr-modalias.patch +++ /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 "); - 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) - {