watchdog: max77620_wdt: constify platform_device_id
[linux-2.6-microblaze.git] / drivers / watchdog / max77620_wdt.c
index 68c41fa..2c9f53e 100644 (file)
@@ -201,7 +201,7 @@ static int max77620_wdt_remove(struct platform_device *pdev)
        return 0;
 }
 
-static struct platform_device_id max77620_wdt_devtype[] = {
+static const struct platform_device_id max77620_wdt_devtype[] = {
        { .name = "max77620-watchdog", },
        { },
 };