diff options
Diffstat (limited to 'drivers/hid/hid-aureal.c')
-rw-r--r-- | drivers/hid/hid-aureal.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/hid/hid-aureal.c b/drivers/hid/hid-aureal.c index 7968187ddf7b..340ba9d394a0 100644 --- a/drivers/hid/hid-aureal.c +++ b/drivers/hid/hid-aureal.c | |||
@@ -37,17 +37,6 @@ static struct hid_driver aureal_driver = { | |||
37 | .id_table = aureal_devices, | 37 | .id_table = aureal_devices, |
38 | .report_fixup = aureal_report_fixup, | 38 | .report_fixup = aureal_report_fixup, |
39 | }; | 39 | }; |
40 | module_hid_driver(aureal_driver); | ||
40 | 41 | ||
41 | static int __init aureal_init(void) | ||
42 | { | ||
43 | return hid_register_driver(&aureal_driver); | ||
44 | } | ||
45 | |||
46 | static void __exit aureal_exit(void) | ||
47 | { | ||
48 | hid_unregister_driver(&aureal_driver); | ||
49 | } | ||
50 | |||
51 | module_init(aureal_init); | ||
52 | module_exit(aureal_exit); | ||
53 | MODULE_LICENSE("GPL"); | 42 | MODULE_LICENSE("GPL"); |