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@linaro.org>2012-03-19 08:50:02 +0100
commit2dd3d362f4d7f1a6afa4c7a9a8e9ff4dc4a7815a (patch)
treea7908f76598a977a00250c83fc40aacee877f00a /drivers/watchdog
parent8fc01afff102343dcb54e66fec84f77081e457a3 (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 c38cbf04d74..018c1ffc7dc 100644
--- a/drivers/watchdog/mpcore_wdt.c
+++ b/drivers/watchdog/mpcore_wdt.c
@@ -38,7 +38,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;