]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/booke_wdt.c
net/mlx5e: Move mlx5e_rq struct declaration
[karo-tx-linux.git] / drivers / watchdog / booke_wdt.c
index ae034bb1e55140bb2c86e715dd9f4da76e636e4f..3ad1e44bef44b16cf653eaeac430ee8316916f68 100644 (file)
@@ -197,7 +197,7 @@ static struct watchdog_info booke_wdt_info __ro_after_init = {
        .identity = "PowerPC Book-E Watchdog",
 };
 
-static struct watchdog_ops booke_wdt_ops = {
+static const struct watchdog_ops booke_wdt_ops = {
        .owner = THIS_MODULE,
        .start = booke_wdt_start,
        .stop = booke_wdt_stop,