projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6485dec
)
Input: samsung-keypad - remove redundant MODULE_ALIAS
author
Axel Lin
<axel.lin@gmail.com>
Tue, 29 Nov 2011 07:44:47 +0000
(23:44 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 29 Nov 2011 09:51:43 +0000
(
01:51
-0800)
MODULE_DEVICE_TABLE will setup the module alias for us, thus adding
MODULE_ALIAS for an entry already in MODULE_DEVICE_TABLE is redundant.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/samsung-keypad.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/samsung-keypad.c
b/drivers/input/keyboard/samsung-keypad.c
index
1a2b755
..
9e50154
100644
(file)
--- a/
drivers/input/keyboard/samsung-keypad.c
+++ b/
drivers/input/keyboard/samsung-keypad.c
@@
-484,4
+484,3
@@
MODULE_DESCRIPTION("Samsung keypad driver");
MODULE_AUTHOR("Joonyoung Shim <jy0922.shim@samsung.com>");
MODULE_AUTHOR("Donghwa Lee <dh09.lee@samsung.com>");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:samsung-keypad");