From: Axel Lin Date: Tue, 29 Nov 2011 07:44:47 +0000 (-0800) Subject: Input: ad7879-i2c - remove redundant MODULE_ALIAS X-Git-Tag: v3.3-rc1~122^2^2~38 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6485dec577e8be36bae2c21484cee8b905fe81a3;p=~emulex%2Finfiniband.git 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/ad7879-i2c.c b/drivers/input/touchscreen/ad7879-i2c.c index c4b51170c95..b746702a855 100644 --- 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 "); MODULE_DESCRIPTION("AD7879(-1) touchscreen I2C bus driver"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("i2c:ad7879");