diff options
| -rw-r--r-- | drivers/watchdog/pika_wdt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/pika_wdt.c b/drivers/watchdog/pika_wdt.c index 435ec2aed4fe..2d22e996e996 100644 --- a/drivers/watchdog/pika_wdt.c +++ b/drivers/watchdog/pika_wdt.c @@ -52,7 +52,7 @@ static struct {  	struct timer_list timer;	/* The timer that pings the watchdog */  } pikawdt_private; -static const struct watchdog_info ident = { +static struct watchdog_info ident = {  	.identity	= DRV_NAME,  	.options	= WDIOF_CARDRESET |  			  WDIOF_SETTIMEOUT |  | 
