summaryrefslogtreecommitdiff
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-09-15 08:07:10 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-09-29 08:37:38 +0200
commit4f7f69516c999833450c04752c24722f9b9d63b9 (patch)
tree1fde4744e012e16697a8eb1dec1773790277006b /drivers/watchdog
parente77cfe48e06393c94a6e14e84820144c4f2426ba (diff)
ARM: ux500: Replace mach prcmu driver with mainlined version
The prcmu driver now exists in drivers/mfd Change-Id: I0c8d97679ee186ca8205aeeafa0030568f540d2e Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32057
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/ux500_wdt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/watchdog/ux500_wdt.c b/drivers/watchdog/ux500_wdt.c
index b620200ea3e..ccfb3788930 100644
--- a/drivers/watchdog/ux500_wdt.c
+++ b/drivers/watchdog/ux500_wdt.c
@@ -17,8 +17,7 @@
#include <linux/miscdevice.h>
#include <linux/watchdog.h>
#include <linux/platform_device.h>
-
-#include <mach/prcmu.h>
+#include <linux/mfd/dbx500-prcmu.h>
#define WATCHDOG_TIMEOUT 600 /* 10 minutes */