summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sd3078.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-sd3078.c')
-rw-r--r--drivers/rtc/rtc-sd3078.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-sd3078.c b/drivers/rtc/rtc-sd3078.c
index 7760394ccd2d..fe27b54beaad 100644
--- a/drivers/rtc/rtc-sd3078.c
+++ b/drivers/rtc/rtc-sd3078.c
@@ -201,7 +201,7 @@ static int sd3078_probe(struct i2c_client *client)
}
static const struct i2c_device_id sd3078_id[] = {
- {"sd3078", 0},
+ { "sd3078" },
{ }
};
MODULE_DEVICE_TABLE(i2c, sd3078_id);