aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-11-29 02:44:47 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-11-29 04:51:35 -0500
commit6485dec577e8be36bae2c21484cee8b905fe81a3 (patch)
treec85bdfcdf35079e8de571e8bda318e31fa369422
parent0d2cd91bf7b1a7cc1d638296111fcc2bcf5c0bb4 (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.c1
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);
117MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); 117MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
118MODULE_DESCRIPTION("AD7879(-1) touchscreen I2C bus driver"); 118MODULE_DESCRIPTION("AD7879(-1) touchscreen I2C bus driver");
119MODULE_LICENSE("GPL"); 119MODULE_LICENSE("GPL");
120MODULE_ALIAS("i2c:ad7879");