commit | 42747d712de56cf2087b702d2ad90af114c53138 | [log] [tgz] |
---|---|---|
author | Wim Van Sebroeck <wim@iguana.be> | Sat Dec 26 18:55:22 2009 +0000 |
committer | Wim Van Sebroeck <wim@iguana.be> | Sun Mar 07 10:30:57 2010 +0000 |
tree | daef350115ee6c836e6d908db6a1c5a2d67c516f | |
parent | cda61c9420028ddd251b60f1445c9eed756991c7 [diff] [blame] |
[WATCHDOG] watchdog_info constify make the watchdog_info struct const where possible. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
diff --git a/drivers/watchdog/mpcore_wdt.c b/drivers/watchdog/mpcore_wdt.c index a2dc07c..b0646da 100644 --- a/drivers/watchdog/mpcore_wdt.c +++ b/drivers/watchdog/mpcore_wdt.c
@@ -213,7 +213,7 @@ return len; } -static struct watchdog_info ident = { +static const struct watchdog_info ident = { .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,