summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-05-23 06:42:56 (GMT)
committerGrant Likely <grant.likely@secretlab.ca>2008-07-12 18:10:53 (GMT)
commit75195dabce797f49b7d96d272e4e9330873e4340 (patch)
tree2cb1b120e38136e35f88b950cc509b9c25a77675
parent76ef7dd030823518506d65237a12666fc3f5a0d4 (diff)
downloadlinux-fsl-qoriq-75195dabce797f49b7d96d272e4e9330873e4340.tar.xz
powerpc/mpc5200_wdt: use linux/of_platform.h instead of asm
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
-rw-r--r--drivers/watchdog/mpc5200_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/mpc5200_wdt.c b/drivers/watchdog/mpc5200_wdt.c
index 80a91d4..77c1c2a 100644
--- a/drivers/watchdog/mpc5200_wdt.c
+++ b/drivers/watchdog/mpc5200_wdt.c
@@ -4,7 +4,7 @@
#include <linux/watchdog.h>
#include <linux/io.h>
#include <linux/spinlock.h>
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
#include <asm/uaccess.h>
#include <asm/mpc52xx.h>