diff options
Diffstat (limited to 'drivers/input/touchscreen/tps6507x-ts.c')
-rw-r--r-- | drivers/input/touchscreen/tps6507x-ts.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/input/touchscreen/tps6507x-ts.c b/drivers/input/touchscreen/tps6507x-ts.c index 43031492d733..6c6f6d8ea9b4 100644 --- a/drivers/input/touchscreen/tps6507x-ts.c +++ b/drivers/input/touchscreen/tps6507x-ts.c | |||
@@ -371,18 +371,7 @@ static struct platform_driver tps6507x_ts_driver = { | |||
371 | .probe = tps6507x_ts_probe, | 371 | .probe = tps6507x_ts_probe, |
372 | .remove = __devexit_p(tps6507x_ts_remove), | 372 | .remove = __devexit_p(tps6507x_ts_remove), |
373 | }; | 373 | }; |
374 | 374 | module_platform_driver(tps6507x_ts_driver); | |
375 | static int __init tps6507x_ts_init(void) | ||
376 | { | ||
377 | return platform_driver_register(&tps6507x_ts_driver); | ||
378 | } | ||
379 | module_init(tps6507x_ts_init); | ||
380 | |||
381 | static void __exit tps6507x_ts_exit(void) | ||
382 | { | ||
383 | platform_driver_unregister(&tps6507x_ts_driver); | ||
384 | } | ||
385 | module_exit(tps6507x_ts_exit); | ||
386 | 375 | ||
387 | MODULE_AUTHOR("Todd Fischer <todd.fischer@ridgerun.com>"); | 376 | MODULE_AUTHOR("Todd Fischer <todd.fischer@ridgerun.com>"); |
388 | MODULE_DESCRIPTION("TPS6507x - TouchScreen driver"); | 377 | MODULE_DESCRIPTION("TPS6507x - TouchScreen driver"); |