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:
e6a9192
)
powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asm
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 23 May 2008 06:35:47 +0000
(16:35 +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/spi/mpc52xx_psc_spi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/mpc52xx_psc_spi.c
b/drivers/spi/mpc52xx_psc_spi.c
index 681d62325d3d2309807877ab3ddd3fb5ebf4585c..604e5f0a2d951d5ae347a380733c342848198792 100644
(file)
--- a/
drivers/spi/mpc52xx_psc_spi.c
+++ b/
drivers/spi/mpc52xx_psc_spi.c
@@
-17,7
+17,7
@@
#include <linux/interrupt.h>
#if defined(CONFIG_PPC_MERGE)
-#include <
asm
/of_platform.h>
+#include <
linux
/of_platform.h>
#else
#include <linux/platform_device.h>
#endif