diff options
Diffstat (limited to 'drivers/rtc/rtc-isl12057.c')
-rw-r--r-- | drivers/rtc/rtc-isl12057.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-isl12057.c b/drivers/rtc/rtc-isl12057.c index 41bd76aaff76..455b601d731d 100644 --- a/drivers/rtc/rtc-isl12057.c +++ b/drivers/rtc/rtc-isl12057.c | |||
@@ -278,7 +278,7 @@ static int isl12057_probe(struct i2c_client *client, | |||
278 | } | 278 | } |
279 | 279 | ||
280 | #ifdef CONFIG_OF | 280 | #ifdef CONFIG_OF |
281 | static struct of_device_id isl12057_dt_match[] = { | 281 | static const struct of_device_id isl12057_dt_match[] = { |
282 | { .compatible = "isl,isl12057" }, | 282 | { .compatible = "isl,isl12057" }, |
283 | { }, | 283 | { }, |
284 | }; | 284 | }; |