diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-11-13 12:13:03 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-05 22:44:30 -0500 |
commit | 5f867dc7989023935317d0dc5c04215ea0592bfc (patch) | |
tree | 6ea4c028c9a633ca903d47e45309f0de1bab2751 /arch/powerpc/platforms/powermac | |
parent | cc1bf182bb8451a036a7c227f0a95a0416c4736e (diff) |
[POWERPC] Clean out asm/of_{platform, device}.h
Convert #include of asm/of_{platform, device}.h into
linux/of_{platform,device}.h for a few scattered platforms.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/powermac')
-rw-r--r-- | arch/powerpc/platforms/powermac/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c index 02c533096627..3acb59d5cdf5 100644 --- a/arch/powerpc/platforms/powermac/setup.c +++ b/arch/powerpc/platforms/powermac/setup.c | |||
@@ -51,6 +51,8 @@ | |||
51 | #include <linux/root_dev.h> | 51 | #include <linux/root_dev.h> |
52 | #include <linux/bitops.h> | 52 | #include <linux/bitops.h> |
53 | #include <linux/suspend.h> | 53 | #include <linux/suspend.h> |
54 | #include <linux/of_device.h> | ||
55 | #include <linux/of_platform.h> | ||
54 | 56 | ||
55 | #include <asm/reg.h> | 57 | #include <asm/reg.h> |
56 | #include <asm/sections.h> | 58 | #include <asm/sections.h> |
@@ -68,8 +70,6 @@ | |||
68 | #include <asm/btext.h> | 70 | #include <asm/btext.h> |
69 | #include <asm/pmac_feature.h> | 71 | #include <asm/pmac_feature.h> |
70 | #include <asm/time.h> | 72 | #include <asm/time.h> |
71 | #include <asm/of_device.h> | ||
72 | #include <asm/of_platform.h> | ||
73 | #include <asm/mmu_context.h> | 73 | #include <asm/mmu_context.h> |
74 | #include <asm/iommu.h> | 74 | #include <asm/iommu.h> |
75 | #include <asm/smu.h> | 75 | #include <asm/smu.h> |