]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/rtc/rtc-pxa.c
net: macb: Fix race condition in driver when Rx frame is dropped
[karo-tx-linux.git] / drivers / rtc / rtc-pxa.c
index cccbf9d89729a51b517aa9948541127627a51885..4561f375327dbefd5f532a961dfa478934e856e6 100644 (file)
@@ -389,7 +389,7 @@ static int __exit pxa_rtc_remove(struct platform_device *pdev)
 }
 
 #ifdef CONFIG_OF
-static struct of_device_id pxa_rtc_dt_ids[] = {
+static const struct of_device_id pxa_rtc_dt_ids[] = {
        { .compatible = "marvell,pxa-rtc" },
        {}
 };