diff options
author | Kyle McMartin <kmcmartin@redhat.com> | 2011-07-24 22:26:26 -0400 |
---|---|---|
committer | Kyle McMartin <kmcmartin@redhat.com> | 2011-07-25 09:46:01 -0400 |
commit | 4a2041744e262bb41936adfb3db0b85e13c73b11 (patch) | |
tree | 13a97fd36359066adc33a220149246cecf9695de /linux-2.6.30-no-pcspkr-modalias.patch | |
parent | 524b8cb85593696e6867aa30b1c581cf35fb7cbe (diff) | |
download | kernel-4a2041744e262bb41936adfb3db0b85e13c73b11.tar.gz kernel-4a2041744e262bb41936adfb3db0b85e13c73b11.tar.xz kernel-4a2041744e262bb41936adfb3db0b85e13c73b11.zip |
3.0-git3 snapshot
Testing that this part of the spec still works...
Hopefully the next release is indeed 3.1.0...
Diffstat (limited to 'linux-2.6.30-no-pcspkr-modalias.patch')
-rw-r--r-- | linux-2.6.30-no-pcspkr-modalias.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-2.6.30-no-pcspkr-modalias.patch b/linux-2.6.30-no-pcspkr-modalias.patch index c703b8844..e210f4625 100644 --- a/linux-2.6.30-no-pcspkr-modalias.patch +++ b/linux-2.6.30-no-pcspkr-modalias.patch @@ -7,5 +7,5 @@ diff -up linux-2.6.30.noarch/drivers/input/misc/pcspkr.c.jx linux-2.6.30.noarch/ MODULE_LICENSE("GPL"); -MODULE_ALIAS("platform:pcspkr"); - #if defined(CONFIG_MIPS) || defined(CONFIG_X86) - /* Use the global PIT lock ! */ + static int pcspkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) + { |