]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/sun4v_wdt.c
net/mlx5e: Move mlx5e_rq struct declaration
[karo-tx-linux.git] / drivers / watchdog / sun4v_wdt.c
index 1467fe50a76fad5399d3eb25babc4cdaed1d0049..00907973608c6ff7ef8a571c36f64af30945f3d9 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,