diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-11-29 02:44:47 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-11-29 04:51:35 -0500 |
commit | 6485dec577e8be36bae2c21484cee8b905fe81a3 (patch) | |
tree | c85bdfcdf35079e8de571e8bda318e31fa369422 | |
parent | 0d2cd91bf7b1a7cc1d638296111fcc2bcf5c0bb4 (diff) |
Input: ad7879-i2c - remove redundant MODULE_ALIAS
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>
-rw-r--r-- | drivers/input/touchscreen/ad7879-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ad7879-i2c.c b/drivers/input/touchscreen/ad7879-i2c.c index c4b51170c951..b746702a8551 100644 --- a/drivers/input/touchscreen/ad7879-i2c.c +++ b/drivers/input/touchscreen/ad7879-i2c.c | |||
@@ -117,4 +117,3 @@ module_exit(ad7879_i2c_exit); | |||
117 | MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); | 117 | MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); |
118 | MODULE_DESCRIPTION("AD7879(-1) touchscreen I2C bus driver"); | 118 | MODULE_DESCRIPTION("AD7879(-1) touchscreen I2C bus driver"); |
119 | MODULE_LICENSE("GPL"); | 119 | MODULE_LICENSE("GPL"); |
120 | MODULE_ALIAS("i2c:ad7879"); | ||