aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-lp8788.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-lp8788.c')
-rw-r--r--drivers/rtc/rtc-lp8788.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/rtc/rtc-lp8788.c b/drivers/rtc/rtc-lp8788.c
index 76a82dc9e502..4ff6c73253b3 100644
--- a/drivers/rtc/rtc-lp8788.c
+++ b/drivers/rtc/rtc-lp8788.c
@@ -312,14 +312,8 @@ static int lp8788_rtc_probe(struct platform_device *pdev)
312 return 0; 312 return 0;
313} 313}
314 314
315static int lp8788_rtc_remove(struct platform_device *pdev)
316{
317 return 0;
318}
319
320static struct platform_driver lp8788_rtc_driver = { 315static struct platform_driver lp8788_rtc_driver = {
321 .probe = lp8788_rtc_probe, 316 .probe = lp8788_rtc_probe,
322 .remove = lp8788_rtc_remove,
323 .driver = { 317 .driver = {
324 .name = LP8788_DEV_RTC, 318 .name = LP8788_DEV_RTC,
325 .owner = THIS_MODULE, 319 .owner = THIS_MODULE,