X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fhid%2Fhid-topseed.c;h=6925eda1081a81755eb271dc38e2d1ca27deb991;hb=534d0c92cfc45174fbfeca2f3dd54c3ce332725e;hp=152ccfabeba5cf59d523d59feeac2e0abde04f4a;hpb=4157fd85fc794bb7896b65c0cf686aa89d711d57;p=mv-sheeva.git diff --git a/drivers/hid/hid-topseed.c b/drivers/hid/hid-topseed.c index 152ccfabeba..6925eda1081 100644 --- a/drivers/hid/hid-topseed.c +++ b/drivers/hid/hid-topseed.c @@ -60,12 +60,12 @@ static struct hid_driver ts_driver = { .input_mapping = ts_input_mapping, }; -static int ts_init(void) +static int __init ts_init(void) { return hid_register_driver(&ts_driver); } -static void ts_exit(void) +static void __exit ts_exit(void) { hid_unregister_driver(&ts_driver); }