]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/atlas7_wdt.c
net/mlx5e: Move mlx5e_rq struct declaration
[karo-tx-linux.git] / drivers / watchdog / atlas7_wdt.c
index ed80734befae16ea294b97fa6f1bfc5249a5d6bc..4abdcabd8219e61ddc8adbbba23ac804f2f54f2c 100644 (file)
@@ -105,7 +105,7 @@ static const struct watchdog_info atlas7_wdt_ident = {
        .identity = "atlas7 Watchdog",
 };
 
-static struct watchdog_ops atlas7_wdt_ops = {
+static const struct watchdog_ops atlas7_wdt_ops = {
        .owner = THIS_MODULE,
        .start = atlas7_wdt_enable,
        .stop = atlas7_wdt_disable,