]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/pika_wdt.c
net/mlx5e: Move mlx5e_rq struct declaration
[karo-tx-linux.git] / drivers / watchdog / pika_wdt.c
index 0cdfee266690b70fccc93eee4573f0b0cb65766a..e35cf5e87907c3f98520ab0440d6088e6976f803 100644 (file)
@@ -54,7 +54,7 @@ static struct {
        struct timer_list timer;        /* The timer that pings the watchdog */
 } pikawdt_private;
 
-static struct watchdog_info ident = {
+static struct watchdog_info ident __ro_after_init = {
        .identity       = DRV_NAME,
        .options        = WDIOF_CARDRESET |
                          WDIOF_SETTIMEOUT |