diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 16:42:56 +1000 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-07-12 12:10:53 -0600 |
commit | 75195dabce797f49b7d96d272e4e9330873e4340 (patch) | |
tree | 2cb1b120e38136e35f88b950cc509b9c25a77675 /drivers/watchdog/mpc5200_wdt.c | |
parent | 76ef7dd030823518506d65237a12666fc3f5a0d4 (diff) | |
download | blackbird-obmc-linux-75195dabce797f49b7d96d272e4e9330873e4340.tar.gz blackbird-obmc-linux-75195dabce797f49b7d96d272e4e9330873e4340.zip |
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>
Diffstat (limited to 'drivers/watchdog/mpc5200_wdt.c')
-rw-r--r-- | drivers/watchdog/mpc5200_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/mpc5200_wdt.c b/drivers/watchdog/mpc5200_wdt.c index 80a91d4cea11..77c1c2ae2cc2 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> |