]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/diag288_wdt.c
net/mlx5e: Move mlx5e_rq struct declaration
[karo-tx-linux.git] / drivers / watchdog / diag288_wdt.c
index 861d3d3133f8cac99ed2c07188ffb68947304e08..6f591084bb7af2fb64510171a8ba872c919f53b1 100644 (file)
@@ -205,7 +205,7 @@ static int wdt_set_timeout(struct watchdog_device * dev, unsigned int new_to)
        return wdt_ping(dev);
 }
 
-static struct watchdog_ops wdt_ops = {
+static const struct watchdog_ops wdt_ops = {
        .owner = THIS_MODULE,
        .start = wdt_start,
        .stop = wdt_stop,