diff options
-rw-r--r-- | drivers/rtc/rtc-stk17ta8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-stk17ta8.c b/drivers/rtc/rtc-stk17ta8.c index f4cd46e15af9..549990f33597 100644 --- a/drivers/rtc/rtc-stk17ta8.c +++ b/drivers/rtc/rtc-stk17ta8.c | |||
@@ -400,7 +400,7 @@ static __init int stk17ta8_init(void) | |||
400 | 400 | ||
401 | static __exit void stk17ta8_exit(void) | 401 | static __exit void stk17ta8_exit(void) |
402 | { | 402 | { |
403 | return platform_driver_unregister(&stk17ta8_rtc_driver); | 403 | platform_driver_unregister(&stk17ta8_rtc_driver); |
404 | } | 404 | } |
405 | 405 | ||
406 | module_init(stk17ta8_init); | 406 | module_init(stk17ta8_init); |