aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/mc13783_ts.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/mc13783_ts.c')
-rw-r--r--drivers/input/touchscreen/mc13783_ts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/mc13783_ts.c b/drivers/input/touchscreen/mc13783_ts.c
index d6f099c47f84..913e25a994b4 100644
--- a/drivers/input/touchscreen/mc13783_ts.c
+++ b/drivers/input/touchscreen/mc13783_ts.c
@@ -243,7 +243,6 @@ static int mc13783_ts_remove(struct platform_device *pdev)
243static struct platform_driver mc13783_ts_driver = { 243static struct platform_driver mc13783_ts_driver = {
244 .remove = mc13783_ts_remove, 244 .remove = mc13783_ts_remove,
245 .driver = { 245 .driver = {
246 .owner = THIS_MODULE,
247 .name = MC13783_TS_NAME, 246 .name = MC13783_TS_NAME,
248 }, 247 },
249}; 248};