watchdog: constify watchdog_ops structures
[linux-2.6-microblaze.git] / drivers / watchdog / sun4v_wdt.c
index 1467fe5..0090797 100644 (file)
@@ -77,7 +77,7 @@ static const struct watchdog_info sun4v_wdt_ident = {
        .firmware_version = 0,
 };
 
-static struct watchdog_ops sun4v_wdt_ops = {
+static const struct watchdog_ops sun4v_wdt_ops = {
        .owner =        THIS_MODULE,
        .start =        sun4v_wdt_ping,
        .stop =         sun4v_wdt_stop,