projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b727ac
)
Input: adp5588-keys - remove incorrect modalias
author
Axel Lin
<
[email protected]
>
Sat, 27 Aug 2011 06:37:33 +0000
(23:37 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Sat, 27 Aug 2011 06:40:14 +0000
(23:40 -0700)
For i2c drivers, we should use "i2c:" prefix for modalias.
MODULE_DEVICE_TABLE will setup the modulalias for us, thus adding
a MODULE_ALIAS is redundant (in addition to being incorrect).
Signed-off-by: Axel Lin <
[email protected]
>
Acked-by: Michael Hennerich <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/keyboard/adp5588-keys.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/adp5588-keys.c
b/drivers/input/keyboard/adp5588-keys.c
index 7b404e5443ed15fa4bc2ba98eebd390e3b3f700b..e34eeb8ae371e3e569220f7cb20ab49ddda6fa77 100644
(file)
--- a/
drivers/input/keyboard/adp5588-keys.c
+++ b/
drivers/input/keyboard/adp5588-keys.c
@@
-668,4
+668,3
@@
module_exit(adp5588_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Michael Hennerich <
[email protected]
>");
MODULE_DESCRIPTION("ADP5588/87 Keypad driver");
-MODULE_ALIAS("platform:adp5588-keys");