diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-11-14 04:13:09 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-06 14:44:30 +1100 |
commit | eb8f2763412893147c00e065773f46be5634f263 (patch) | |
tree | 2edbbfe5db5d472546f03fd8dadab58afa24289d /arch/powerpc/sysdev/axonram.c | |
parent | 5f867dc7989023935317d0dc5c04215ea0592bfc (diff) | |
download | linux-eb8f2763412893147c00e065773f46be5634f263.tar.gz linux-eb8f2763412893147c00e065773f46be5634f263.tar.bz2 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.c | 5 |
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> |