summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-sd2405al.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-sd2405al.c')
-rw-r--r--drivers/rtc/rtc-sd2405al.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-sd2405al.c b/drivers/rtc/rtc-sd2405al.c
index 708ea5d964de..7982a910a537 100644
--- a/drivers/rtc/rtc-sd2405al.c
+++ b/drivers/rtc/rtc-sd2405al.c
@@ -202,7 +202,7 @@ static int sd2405al_probe(struct i2c_client *client)
}
static const struct i2c_device_id sd2405al_id[] = {
- { "sd2405al" },
+ { .name = "sd2405al" },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(i2c, sd2405al_id);