summaryrefslogtreecommitdiff
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-11 14:10:09 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 10:59:44 +0200
commit27ef67f240d39608192476076320f4ff372bb66a (patch)
treeb38d03dbf503c6efda754c596644cda124d1af71 /drivers/watchdog
parent6a38e7c3aefc539971dff3a1ae1326f045aa9af1 (diff)
wdt: Warnings fix
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/mpcore_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/mpcore_wdt.c b/drivers/watchdog/mpcore_wdt.c
index 8d814e0470d..96ae2465c25 100644
--- a/drivers/watchdog/mpcore_wdt.c
+++ b/drivers/watchdog/mpcore_wdt.c
@@ -41,7 +41,7 @@
#include <asm/smp_twd.h>
struct mpcore_wdt {
- unsigned long timer_alive;
+ cpumask_t timer_alive;
struct device *dev;
void __iomem *base;
int irq;