aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-lpc32xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-lpc32xx.c')
-rw-r--r--drivers/rtc/rtc-lpc32xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-lpc32xx.c b/drivers/rtc/rtc-lpc32xx.c
index f130c08c98f8..f923f7324788 100644
--- a/drivers/rtc/rtc-lpc32xx.c
+++ b/drivers/rtc/rtc-lpc32xx.c
@@ -379,7 +379,6 @@ static struct platform_driver lpc32xx_rtc_driver = {
379 .remove = lpc32xx_rtc_remove, 379 .remove = lpc32xx_rtc_remove,
380 .driver = { 380 .driver = {
381 .name = RTC_NAME, 381 .name = RTC_NAME,
382 .owner = THIS_MODULE,
383 .pm = LPC32XX_RTC_PM_OPS, 382 .pm = LPC32XX_RTC_PM_OPS,
384 .of_match_table = of_match_ptr(lpc32xx_rtc_match), 383 .of_match_table = of_match_ptr(lpc32xx_rtc_match),
385 }, 384 },