From: Dmitry Torokhov Date: Thu, 17 Mar 2011 05:08:39 +0000 (-0700) Subject: Input: tsc2005 - remove incorrect module alias X-Git-Tag: v2.6.39-rc2~4^2~14^2^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef5a672f8d67c45fe2739c3a98a4e41d96b5cabc;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Input: tsc2005 - remove incorrect module alias TSC2005 is not a platform driver so it should not define "platform:tsc2005" module alias. Tested-by: Aaro Koskinen Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/tsc2005.c b/drivers/input/touchscreen/tsc2005.c index 109efbf..8c2e024 100644 --- a/drivers/input/touchscreen/tsc2005.c +++ b/drivers/input/touchscreen/tsc2005.c @@ -715,4 +715,3 @@ module_exit(tsc2005_exit); MODULE_AUTHOR("Lauri Leukkunen "); MODULE_LICENSE("GPL"); -MODULE_ALIAS("platform:tsc2005");