diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-11-13 11:10:58 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2007-12-19 01:00:02 +0100 |
commit | d8caf74f1bb82817f8efbd071bf4ecc83adf296a (patch) | |
tree | ea6b9ec64468088b25e87b998ef69c18e46087d9 /arch/powerpc/platforms/cell/cbe_regs.c | |
parent | 23666ebc15456e297448ed2b6745ac0bb5bd26a2 (diff) | |
download | talos-obmc-linux-d8caf74f1bb82817f8efbd071bf4ecc83adf296a.tar.gz talos-obmc-linux-d8caf74f1bb82817f8efbd071bf4ecc83adf296a.zip |
[POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/powerpc/platforms/cell/cbe_regs.c')
-rw-r--r-- | arch/powerpc/platforms/cell/cbe_regs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/cell/cbe_regs.c b/arch/powerpc/platforms/cell/cbe_regs.c index 16a9b07e7b0c..a839c6cf3447 100644 --- a/arch/powerpc/platforms/cell/cbe_regs.c +++ b/arch/powerpc/platforms/cell/cbe_regs.c @@ -9,13 +9,13 @@ #include <linux/percpu.h> #include <linux/types.h> #include <linux/module.h> +#include <linux/of_device.h> +#include <linux/of_platform.h> #include <asm/io.h> #include <asm/pgtable.h> #include <asm/prom.h> #include <asm/ptrace.h> -#include <asm/of_device.h> -#include <asm/of_platform.h> #include <asm/cell-regs.h> /* |