Skip to content

Commit

Permalink
powerpc/mpc5200_wdt: use linux/of_platform.h instead of asm
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Stephen Rothwell authored and Grant Likely committed Jul 12, 2008
1 parent 76ef7dd commit 75195da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/mpc5200_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 75195da

Please sign in to comment.