projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d2cd91
)
Input: ad7879-i2c - 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:35 +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/touchscreen/ad7879-i2c.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/ad7879-i2c.c
b/drivers/input/touchscreen/ad7879-i2c.c
index
c4b5117
..
b746702
100644
(file)
--- a/
drivers/input/touchscreen/ad7879-i2c.c
+++ b/
drivers/input/touchscreen/ad7879-i2c.c
@@
-117,4
+117,3
@@
module_exit(ad7879_i2c_exit);
MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
MODULE_DESCRIPTION("AD7879(-1) touchscreen I2C bus driver");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("i2c:ad7879");