]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/watchdog/cpwd.c
sparc: Annotate of_device_id arrays with const or __initdata.
[mirror_ubuntu-bionic-kernel.git] / drivers / watchdog / cpwd.c
index 1f1ee2520f172e244ffe1a590591160bb97c0a44..084dfe9cecfb617575f5c82bc770aaa69db972b3 100644 (file)
@@ -666,7 +666,7 @@ static int __devexit cpwd_remove(struct of_device *op)
        return 0;
 }
 
-static struct of_device_id cpwd_match[] = {
+static const struct of_device_id cpwd_match[] = {
        {
                .name = "watchdog",
        },