Input: tsc2005 - add MODULE_ALIAS
authorPali Rohár <[email protected]>
Sun, 17 Feb 2013 06:01:44 +0000 (22:01 -0800)
committerDmitry Torokhov <[email protected]>
Sun, 17 Feb 2013 06:12:40 +0000 (22:12 -0800)
This enables autoloading of tsc2005 driver when is compiled as a module.

Signed-off-by: Pali Rohár <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/touchscreen/tsc2005.c

index 9c0cdc7ea4493d7e9f973c7260baad69d19f74a9..7213e8b07e79bfa48d8b0e5d1f89d5684fee711c 100644 (file)
@@ -753,3 +753,4 @@ module_spi_driver(tsc2005_driver);
 MODULE_AUTHOR("Lauri Leukkunen <[email protected]>");
 MODULE_DESCRIPTION("TSC2005 Touchscreen Driver");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS("spi:tsc2005");