diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-01-07 13:07:15 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-16 22:58:57 -0500 |
commit | 0173d422aa32fa1e5141f1759202b955215c1da2 (patch) | |
tree | 74eb63d48a6096241391a366ec40a3ea6ca2ca96 /arch/powerpc/platforms/44x/rainier.c | |
parent | 0a4690cf751db6adb28b9275a6ecbaa6549a9ea8 (diff) |
[POWERPC] Use <linux/of_{platform, device}.h> and not <asm/...> variants.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/44x/rainier.c')
-rw-r--r-- | arch/powerpc/platforms/44x/rainier.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/rainier.c b/arch/powerpc/platforms/44x/rainier.c index a4ce5ba8fe32..a7fae1cf69c1 100644 --- a/arch/powerpc/platforms/44x/rainier.c +++ b/arch/powerpc/platforms/44x/rainier.c | |||
@@ -14,12 +14,13 @@ | |||
14 | * option) any later version. | 14 | * option) any later version. |
15 | */ | 15 | */ |
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | #include <linux/of_platform.h> | ||
18 | |||
17 | #include <asm/machdep.h> | 19 | #include <asm/machdep.h> |
18 | #include <asm/prom.h> | 20 | #include <asm/prom.h> |
19 | #include <asm/udbg.h> | 21 | #include <asm/udbg.h> |
20 | #include <asm/time.h> | 22 | #include <asm/time.h> |
21 | #include <asm/uic.h> | 23 | #include <asm/uic.h> |
22 | #include <asm/of_platform.h> | ||
23 | #include <asm/pci-bridge.h> | 24 | #include <asm/pci-bridge.h> |
24 | #include "44x.h" | 25 | #include "44x.h" |
25 | 26 | ||