]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/sbsa_gwdt.c
net/mlx5e: Move mlx5e_rq struct declaration
[karo-tx-linux.git] / drivers / watchdog / sbsa_gwdt.c
index e9966bc8c23e7bd6ffb129aad1a2ce8220e45adf..316c2eb122d23d335d738947a63fc2f9db2e4f1b 100644 (file)
@@ -215,7 +215,7 @@ static const struct watchdog_info sbsa_gwdt_info = {
                          WDIOF_CARDRESET,
 };
 
-static struct watchdog_ops sbsa_gwdt_ops = {
+static const struct watchdog_ops sbsa_gwdt_ops = {
        .owner          = THIS_MODULE,
        .start          = sbsa_gwdt_start,
        .stop           = sbsa_gwdt_stop,