summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/axonram.c
diff options
context:
space:
mode:
authorJon Loeliger2007-11-13 18:13:09 +0100
committerPaul Mackerras2007-12-06 04:44:30 +0100
commiteb8f2763412893147c00e065773f46be5634f263 (patch)
tree2edbbfe5db5d472546f03fd8dadab58afa24289d /arch/powerpc/sysdev/axonram.c
parent[POWERPC] Clean out asm/of_{platform, device}.h (diff)
downloadkernel-qcow2-linux-eb8f2763412893147c00e065773f46be5634f263.tar.gz
kernel-qcow2-linux-eb8f2763412893147c00e065773f46be5634f263.tar.xz
kernel-qcow2-linux-eb8f2763412893147c00e065773f46be5634f263.zip
[POWERPC] Clean out asm/of_{platform, device}.h from sysdev/
Convert #include of asm/of_{platform, device}.h into linux/of_{platform,device}.h for remaining arch/powerpc files. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/axonram.c')
-rw-r--r--arch/powerpc/sysdev/axonram.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/sysdev/axonram.c b/arch/powerpc/sysdev/axonram.c
index 5eaf3e3f4b8b..d359d6e92975 100644
--- a/arch/powerpc/sysdev/axonram.c
+++ b/arch/powerpc/sysdev/axonram.c
@@ -42,8 +42,9 @@
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/types.h>
-#include <asm/of_device.h>
-#include <asm/of_platform.h>
+#include <linux/of_device.h>
+#include <linux/of_platform.h>
+
#include <asm/page.h>
#include <asm/prom.h>