diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-09-08 17:21:55 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-09-08 17:21:55 -0500 |
commit | f8b490d67777474b2f41d1cd08cb4f64925a6f64 (patch) | |
tree | 9a1c9afbc013e91897f338f7bf76a85aef604089 /no-pcspkr-modalias.patch | |
parent | f8e8f8bf3289b14188faa0355bf4f5486e3e9b43 (diff) | |
download | kernel-f8b490d67777474b2f41d1cd08cb4f64925a6f64.tar.gz kernel-f8b490d67777474b2f41d1cd08cb4f64925a6f64.tar.xz kernel-f8b490d67777474b2f41d1cd08cb4f64925a6f64.zip |
Linux v4.13-9219-g015a9e66b9b8
Diffstat (limited to 'no-pcspkr-modalias.patch')
-rw-r--r-- | no-pcspkr-modalias.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/no-pcspkr-modalias.patch b/no-pcspkr-modalias.patch index e43cd97eb..2ccd87202 100644 --- a/no-pcspkr-modalias.patch +++ b/no-pcspkr-modalias.patch @@ -9,7 +9,7 @@ Upstream-status: Fedora mustard 1 file changed, 1 deletion(-) diff --git a/drivers/input/misc/pcspkr.c b/drivers/input/misc/pcspkr.c -index 72b1fc3ab910..86907eaa4883 100644 +index 56ddba21de84..23534f420e68 100644 --- a/drivers/input/misc/pcspkr.c +++ b/drivers/input/misc/pcspkr.c @@ -23,7 +23,6 @@ @@ -17,6 +17,6 @@ index 72b1fc3ab910..86907eaa4883 100644 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) - { + + static int pcspkr_event(struct input_dev *dev, unsigned int type, + unsigned int code, int value) |