diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-11-06 21:11:13 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-11 22:57:17 +0300 |
commit | 882407b9795d65dff64c95d65c6b66502c3153fb (patch) | |
tree | 253c97bd651ee6d0bcc9dd7a9b6f8efa1a886601 /arch/powerpc/platforms/83xx/mpc832x_rdb.c | |
parent | c1469f13de275fc92b051328ea5764a32a5a43c9 (diff) | |
download | linux-882407b9795d65dff64c95d65c6b66502c3153fb.tar.xz |
[POWERPC] 8xxx: 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: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc832x_rdb.c')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc832x_rdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc832x_rdb.c b/arch/powerpc/platforms/83xx/mpc832x_rdb.c index d4bd04001b99..ffb2e9361ce3 100644 --- a/arch/powerpc/platforms/83xx/mpc832x_rdb.c +++ b/arch/powerpc/platforms/83xx/mpc832x_rdb.c @@ -19,8 +19,8 @@ #include <linux/spi/spi.h> #include <linux/spi/mmc_spi.h> #include <linux/mmc/host.h> +#include <linux/of_platform.h> -#include <asm/of_platform.h> #include <asm/time.h> #include <asm/ipic.h> #include <asm/udbg.h> |