]> Pileus Git - ~andy/linux/blobdiff - drivers/hid/hid-ezkey.c
Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-2.6...
[~andy/linux] / drivers / hid / hid-ezkey.c
index 0a1fe054799ba2899efb74ab8dbb984be13609f9..ca1163e9d42d68a09d186265328eccbd122468f4 100644 (file)
@@ -78,12 +78,12 @@ static struct hid_driver ez_driver = {
        .event = ez_event,
 };
 
-static int ez_init(void)
+static int __init ez_init(void)
 {
        return hid_register_driver(&ez_driver);
 }
 
-static void ez_exit(void)
+static void __exit ez_exit(void)
 {
        hid_unregister_driver(&ez_driver);
 }