aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-lcpower.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-lcpower.c')
-rw-r--r--drivers/hid/hid-lcpower.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/hid/hid-lcpower.c b/drivers/hid/hid-lcpower.c
index 22bc14abdfa3..6424cfdb7737 100644
--- a/drivers/hid/hid-lcpower.c
+++ b/drivers/hid/hid-lcpower.c
@@ -54,17 +54,6 @@ static struct hid_driver ts_driver = {
54 .id_table = ts_devices, 54 .id_table = ts_devices,
55 .input_mapping = ts_input_mapping, 55 .input_mapping = ts_input_mapping,
56}; 56};
57module_hid_driver(ts_driver);
57 58
58static int __init ts_init(void)
59{
60 return hid_register_driver(&ts_driver);
61}
62
63static void __exit ts_exit(void)
64{
65 hid_unregister_driver(&ts_driver);
66}
67
68module_init(ts_init);
69module_exit(ts_exit);
70MODULE_LICENSE("GPL"); 59MODULE_LICENSE("GPL");