summaryrefslogtreecommitdiffstats
path: root/no-pcspkr-modalias.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no-pcspkr-modalias.patch')
-rw-r--r--no-pcspkr-modalias.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/no-pcspkr-modalias.patch b/no-pcspkr-modalias.patch
new file mode 100644
index 000000000..439269cef
--- /dev/null
+++ b/no-pcspkr-modalias.patch
@@ -0,0 +1,12 @@
+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)
+ {