]> Pileus Git - ~andy/linux/blobdiff - drivers/hid/hid-sunplus.c
Merge branch 'acpi-pad' into release
[~andy/linux] / drivers / hid / hid-sunplus.c
index e0a8fd36a85b70e174d4763ea50e9d709bb456fd..438107d9f1b2a3b5d11be27c2f9e1deca5690108 100644 (file)
@@ -65,12 +65,12 @@ static struct hid_driver sp_driver = {
        .input_mapping = sp_input_mapping,
 };
 
-static int sp_init(void)
+static int __init sp_init(void)
 {
        return hid_register_driver(&sp_driver);
 }
 
-static void sp_exit(void)
+static void __exit sp_exit(void)
 {
        hid_unregister_driver(&sp_driver);
 }