aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1305.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-ds1305.c')
-rw-r--r--drivers/rtc/rtc-ds1305.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1305.c b/drivers/rtc/rtc-ds1305.c
index baa5d047f9c8..85706a9f82c9 100644
--- a/drivers/rtc/rtc-ds1305.c
+++ b/drivers/rtc/rtc-ds1305.c
@@ -772,7 +772,6 @@ static int ds1305_remove(struct spi_device *spi)
772 772
773static struct spi_driver ds1305_driver = { 773static struct spi_driver ds1305_driver = {
774 .driver.name = "rtc-ds1305", 774 .driver.name = "rtc-ds1305",
775 .driver.owner = THIS_MODULE,
776 .probe = ds1305_probe, 775 .probe = ds1305_probe,
777 .remove = ds1305_remove, 776 .remove = ds1305_remove,
778 /* REVISIT add suspend/resume */ 777 /* REVISIT add suspend/resume */