diff options
-rw-r--r-- | drivers/rtc/rtc-ab8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ab8500.c b/drivers/rtc/rtc-ab8500.c index 6856f0a3a3d5..133d2e2e1a25 100644 --- a/drivers/rtc/rtc-ab8500.c +++ b/drivers/rtc/rtc-ab8500.c | |||
@@ -442,7 +442,7 @@ static const struct rtc_class_ops ab8540_rtc_ops = { | |||
442 | .alarm_irq_enable = ab8500_rtc_irq_enable, | 442 | .alarm_irq_enable = ab8500_rtc_irq_enable, |
443 | }; | 443 | }; |
444 | 444 | ||
445 | static struct platform_device_id ab85xx_rtc_ids[] = { | 445 | static const struct platform_device_id ab85xx_rtc_ids[] = { |
446 | { "ab8500-rtc", (kernel_ulong_t)&ab8500_rtc_ops, }, | 446 | { "ab8500-rtc", (kernel_ulong_t)&ab8500_rtc_ops, }, |
447 | { "ab8540-rtc", (kernel_ulong_t)&ab8540_rtc_ops, }, | 447 | { "ab8540-rtc", (kernel_ulong_t)&ab8540_rtc_ops, }, |
448 | }; | 448 | }; |