diff options
Diffstat (limited to 'drivers/hid/hid-waltop.c')
-rw-r--r-- | drivers/hid/hid-waltop.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/hid/hid-waltop.c b/drivers/hid/hid-waltop.c index bb536ab5941e..059931d7b392 100644 --- a/drivers/hid/hid-waltop.c +++ b/drivers/hid/hid-waltop.c | |||
@@ -779,17 +779,6 @@ static struct hid_driver waltop_driver = { | |||
779 | .report_fixup = waltop_report_fixup, | 779 | .report_fixup = waltop_report_fixup, |
780 | .raw_event = waltop_raw_event, | 780 | .raw_event = waltop_raw_event, |
781 | }; | 781 | }; |
782 | module_hid_driver(waltop_driver); | ||
782 | 783 | ||
783 | static int __init waltop_init(void) | ||
784 | { | ||
785 | return hid_register_driver(&waltop_driver); | ||
786 | } | ||
787 | |||
788 | static void __exit waltop_exit(void) | ||
789 | { | ||
790 | hid_unregister_driver(&waltop_driver); | ||
791 | } | ||
792 | |||
793 | module_init(waltop_init); | ||
794 | module_exit(waltop_exit); | ||
795 | MODULE_LICENSE("GPL"); | 784 | MODULE_LICENSE("GPL"); |