aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-apple.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-apple.c')
-rw-r--r--drivers/hid/hid-apple.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index 5642e2c685fc..2a68661fcea8 100644
--- a/drivers/hid/hid-apple.c
+++ b/drivers/hid/hid-apple.c
@@ -477,3 +477,5 @@ static void apple_exit(void)
477module_init(apple_init); 477module_init(apple_init);
478module_exit(apple_exit); 478module_exit(apple_exit);
479MODULE_LICENSE("GPL"); 479MODULE_LICENSE("GPL");
480
481HID_COMPAT_LOAD_DRIVER(apple);