Message ID | 1357353529-20901-7-git-send-email-wenyou.yang@atmel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c index 53ede84..94be9d6 100644 --- a/drivers/watchdog/at91sam9_wdt.c +++ b/drivers/watchdog/at91sam9_wdt.c @@ -196,7 +196,7 @@ static struct watchdog_ops at91wdt_ops = { .ping = at91wdt_ping, }; -static struct watchdog_device at91wdt_wdd __initdata = { +static struct watchdog_device at91wdt_wdd = { .timeout = WDT_HEARTBEAT, .min_timeout = MIN_HEARTBEAT, .max_timeout = MAX_HEARTBEAT,
For this variable will be used in the timer handler. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Cc: wim@iguana.be Cc: linux-watchdog@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- drivers/watchdog/at91sam9_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)