projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ef7dd
)
powerpc/mpc5200_wdt: use linux/of_platform.h instead of asm
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 23 May 2008 06:42:56 +0000
(16:42 +1000)
committer
Grant Likely
<grant.likely@secretlab.ca>
Sat, 12 Jul 2008 18:10:53 +0000
(12:10 -0600)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/watchdog/mpc5200_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/mpc5200_wdt.c
b/drivers/watchdog/mpc5200_wdt.c
index 80a91d4cea11fff2f2a1cb05c523863f04dfbba2..77c1c2ae2cc2499f91928c6b3d69ddf34663f71b 100644
(file)
--- 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>