diff options
Diffstat (limited to 'drivers/hid/hid-apple.c')
-rw-r--r-- | drivers/hid/hid-apple.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index 303ccce05bb3..4b96e7a898cf 100644 --- a/drivers/hid/hid-apple.c +++ b/drivers/hid/hid-apple.c | |||
@@ -451,7 +451,7 @@ static struct hid_driver apple_driver = { | |||
451 | .input_mapped = apple_input_mapped, | 451 | .input_mapped = apple_input_mapped, |
452 | }; | 452 | }; |
453 | 453 | ||
454 | static int apple_init(void) | 454 | static int __init apple_init(void) |
455 | { | 455 | { |
456 | int ret; | 456 | int ret; |
457 | 457 | ||
@@ -462,7 +462,7 @@ static int apple_init(void) | |||
462 | return ret; | 462 | return ret; |
463 | } | 463 | } |
464 | 464 | ||
465 | static void apple_exit(void) | 465 | static void __exit apple_exit(void) |
466 | { | 466 | { |
467 | hid_unregister_driver(&apple_driver); | 467 | hid_unregister_driver(&apple_driver); |
468 | } | 468 | } |