From: Pali Rohár Date: Sun, 17 Feb 2013 06:01:44 +0000 (-0800) Subject: Input: tsc2005 - add MODULE_ALIAS X-Git-Tag: v3.9-rc8~9^2~12^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=938789fea130c451fde618ac43955beae6b90177;p=profile%2Fcommon%2Fkernel-common.git Input: tsc2005 - add MODULE_ALIAS This enables autoloading of tsc2005 driver when is compiled as a module. Signed-off-by: Pali Rohár Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/tsc2005.c b/drivers/input/touchscreen/tsc2005.c index 9c0cdc7..7213e8b 100644 --- a/drivers/input/touchscreen/tsc2005.c +++ b/drivers/input/touchscreen/tsc2005.c @@ -753,3 +753,4 @@ module_spi_driver(tsc2005_driver); MODULE_AUTHOR("Lauri Leukkunen "); MODULE_DESCRIPTION("TSC2005 Touchscreen Driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("spi:tsc2005");