Message ID | 1273679065.2927.6.camel@localhost (mailing list archive) |
---|---|
State | Accepted |
Commit | 00237bc5204c43f67b2e68546012d7bd27efc1b6 |
Headers | show |
diff --git a/drivers/hid/hid-roccat-kone.c b/drivers/hid/hid-roccat-kone.c index 9d68442..0b1db24 100644 --- a/drivers/hid/hid-roccat-kone.c +++ b/drivers/hid/hid-roccat-kone.c @@ -990,12 +990,12 @@ static struct hid_driver kone_driver = { .raw_event = kone_raw_event }; -static int kone_init(void) +static int __init kone_init(void) { return hid_register_driver(&kone_driver); } -static void kone_exit(void) +static void __exit kone_exit(void) { hid_unregister_driver(&kone_driver); }