diff options
-rw-r--r-- | drivers/rtc/rtc-pxa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-pxa.c b/drivers/rtc/rtc-pxa.c index cccbf9d89729..4561f375327d 100644 --- a/drivers/rtc/rtc-pxa.c +++ b/drivers/rtc/rtc-pxa.c | |||
@@ -389,7 +389,7 @@ static int __exit pxa_rtc_remove(struct platform_device *pdev) | |||
389 | } | 389 | } |
390 | 390 | ||
391 | #ifdef CONFIG_OF | 391 | #ifdef CONFIG_OF |
392 | static struct of_device_id pxa_rtc_dt_ids[] = { | 392 | static const struct of_device_id pxa_rtc_dt_ids[] = { |
393 | { .compatible = "marvell,pxa-rtc" }, | 393 | { .compatible = "marvell,pxa-rtc" }, |
394 | {} | 394 | {} |
395 | }; | 395 | }; |