aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds3234.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-ds3234.c')
-rw-r--r--drivers/rtc/rtc-ds3234.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds3234.c b/drivers/rtc/rtc-ds3234.c
index 4c9ba5368464..570ab28fc354 100644
--- a/drivers/rtc/rtc-ds3234.c
+++ b/drivers/rtc/rtc-ds3234.c
@@ -159,7 +159,6 @@ static int ds3234_probe(struct spi_device *spi)
159static struct spi_driver ds3234_driver = { 159static struct spi_driver ds3234_driver = {
160 .driver = { 160 .driver = {
161 .name = "ds3234", 161 .name = "ds3234",
162 .owner = THIS_MODULE,
163 }, 162 },
164 .probe = ds3234_probe, 163 .probe = ds3234_probe,
165}; 164};