From: Stephen Rothwell <sfr@canb.auug.org.au> Date: Fri, 23 May 2008 06:42:56 +0000 (+1000) Subject: powerpc/mpc5200_wdt: use linux/of_platform.h instead of asm X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=75195dabce797f49b7d96d272e4e9330873e4340;p=linux.git 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> --- diff --git a/drivers/watchdog/mpc5200_wdt.c b/drivers/watchdog/mpc5200_wdt.c index 80a91d4cea11f..77c1c2ae2cc24 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>