diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-06-27 21:38:43 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-06-27 21:43:23 +0200 |
commit | 51a3db41e18254b938279cb4b160310e11a13d4f (patch) | |
tree | 5e0d7c1072871fa0524f63e0d1f5180938079484 /drivers/input/keyboard/tnetv107x-keypad.c | |
parent | Input: remove unneeded version.h includes (diff) | |
download | linux-51a3db41e18254b938279cb4b160310e11a13d4f.tar.xz linux-51a3db41e18254b938279cb4b160310e11a13d4f.zip |
Input: tnetv107x-keypad - fix MODULE_ALIAS
Remove the space between "platform:" prefix and the driver name.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to '')
-rw-r--r-- | drivers/input/keyboard/tnetv107x-keypad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/tnetv107x-keypad.c b/drivers/input/keyboard/tnetv107x-keypad.c index c8f097a15d89..1c58681de81f 100644 --- a/drivers/input/keyboard/tnetv107x-keypad.c +++ b/drivers/input/keyboard/tnetv107x-keypad.c @@ -337,5 +337,5 @@ module_exit(keypad_exit); MODULE_AUTHOR("Cyril Chemparathy"); MODULE_DESCRIPTION("TNETV107X Keypad Driver"); -MODULE_ALIAS("platform: tnetv107x-keypad"); +MODULE_ALIAS("platform:tnetv107x-keypad"); MODULE_LICENSE("GPL"); |