|
@@ -312,14 +312,8 @@ static int lp8788_rtc_probe(struct platform_device *pdev)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static int lp8788_rtc_remove(struct platform_device *pdev)
|
|
|
|
-{
|
|
|
|
- return 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static struct platform_driver lp8788_rtc_driver = {
|
|
static struct platform_driver lp8788_rtc_driver = {
|
|
.probe = lp8788_rtc_probe,
|
|
.probe = lp8788_rtc_probe,
|
|
- .remove = lp8788_rtc_remove,
|
|
|
|
.driver = {
|
|
.driver = {
|
|
.name = LP8788_DEV_RTC,
|
|
.name = LP8788_DEV_RTC,
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|