diff options
-rw-r--r-- | drivers/rtc/rtc-mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-mv.c b/drivers/rtc/rtc-mv.c index d15a999363fc..6aaec2fc7c0d 100644 --- a/drivers/rtc/rtc-mv.c +++ b/drivers/rtc/rtc-mv.c | |||
@@ -319,7 +319,7 @@ static int __exit mv_rtc_remove(struct platform_device *pdev) | |||
319 | } | 319 | } |
320 | 320 | ||
321 | #ifdef CONFIG_OF | 321 | #ifdef CONFIG_OF |
322 | static struct of_device_id rtc_mv_of_match_table[] = { | 322 | static const struct of_device_id rtc_mv_of_match_table[] = { |
323 | { .compatible = "marvell,orion-rtc", }, | 323 | { .compatible = "marvell,orion-rtc", }, |
324 | {} | 324 | {} |
325 | }; | 325 | }; |