summaryrefslogtreecommitdiffstats
path: root/no-pcspkr-modalias.patch
diff options
context:
space:
mode:
authorJustin Forbes <jmforbes@xps.linuxtx.org>2019-12-30 10:46:19 -0600
committerJustin Forbes <jmforbes@xps.linuxtx.org>2019-12-30 10:46:19 -0600
commit007e505ae0ba5e967c5aebf29885a44263042654 (patch)
tree1baae27bfc3068ef5deef05855c6980538479b6b /no-pcspkr-modalias.patch
parentdf5a06e2f275dc0e06fca38c398bc253f9f836a7 (diff)
downloadkernel-007e505ae0ba5e967c5aebf29885a44263042654.tar.gz
kernel-007e505ae0ba5e967c5aebf29885a44263042654.tar.xz
kernel-007e505ae0ba5e967c5aebf29885a44263042654.zip
Linux v5.4.6 rebase
Diffstat (limited to 'no-pcspkr-modalias.patch')
-rw-r--r--no-pcspkr-modalias.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/no-pcspkr-modalias.patch b/no-pcspkr-modalias.patch
deleted file mode 100644
index 2ccd87202..000000000
--- a/no-pcspkr-modalias.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
-Date: Thu, 29 Jul 2010 16:46:31 -0700
-Subject: [PATCH] no pcspkr modalias
-
-Bugzilla: N/A
-Upstream-status: Fedora mustard
----
- drivers/input/misc/pcspkr.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/input/misc/pcspkr.c b/drivers/input/misc/pcspkr.c
-index 56ddba21de84..23534f420e68 100644
---- a/drivers/input/misc/pcspkr.c
-+++ b/drivers/input/misc/pcspkr.c
-@@ -23,7 +23,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)