diff options
Diffstat (limited to 'drivers/rtc/rtc-imxdi.c')
-rw-r--r-- | drivers/rtc/rtc-imxdi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-imxdi.c b/drivers/rtc/rtc-imxdi.c index 8da7a5cf83c6..75d307ab37f4 100644 --- a/drivers/rtc/rtc-imxdi.c +++ b/drivers/rtc/rtc-imxdi.c | |||
@@ -480,7 +480,7 @@ err: | |||
480 | return rc; | 480 | return rc; |
481 | } | 481 | } |
482 | 482 | ||
483 | static int __devexit dryice_rtc_remove(struct platform_device *pdev) | 483 | static int dryice_rtc_remove(struct platform_device *pdev) |
484 | { | 484 | { |
485 | struct imxdi_dev *imxdi = platform_get_drvdata(pdev); | 485 | struct imxdi_dev *imxdi = platform_get_drvdata(pdev); |
486 | 486 | ||
@@ -512,7 +512,7 @@ static struct platform_driver dryice_rtc_driver = { | |||
512 | .owner = THIS_MODULE, | 512 | .owner = THIS_MODULE, |
513 | .of_match_table = of_match_ptr(dryice_dt_ids), | 513 | .of_match_table = of_match_ptr(dryice_dt_ids), |
514 | }, | 514 | }, |
515 | .remove = __devexit_p(dryice_rtc_remove), | 515 | .remove = dryice_rtc_remove, |
516 | }; | 516 | }; |
517 | 517 | ||
518 | static int __init dryice_rtc_init(void) | 518 | static int __init dryice_rtc_init(void) |