diff options
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/holly.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/pasemi/gpio_mdio.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/pasemi/setup.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/powermac/setup.c | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/holly.c b/arch/powerpc/platforms/embedded6xx/holly.c index b6de2b5223dd..ce91787f3c7c 100644 --- a/arch/powerpc/platforms/embedded6xx/holly.c +++ b/arch/powerpc/platforms/embedded6xx/holly.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/serial.h> | 26 | #include <linux/serial.h> |
27 | #include <linux/tty.h> | 27 | #include <linux/tty.h> |
28 | #include <linux/serial_core.h> | 28 | #include <linux/serial_core.h> |
29 | #include <linux/of_platform.h> | ||
29 | 30 | ||
30 | #include <asm/system.h> | 31 | #include <asm/system.h> |
31 | #include <asm/time.h> | 32 | #include <asm/time.h> |
@@ -39,7 +40,6 @@ | |||
39 | #include <asm/tsi108_irq.h> | 40 | #include <asm/tsi108_irq.h> |
40 | #include <asm/tsi108_pci.h> | 41 | #include <asm/tsi108_pci.h> |
41 | #include <asm/mpic.h> | 42 | #include <asm/mpic.h> |
42 | #include <asm/of_platform.h> | ||
43 | 43 | ||
44 | #undef DEBUG | 44 | #undef DEBUG |
45 | 45 | ||
diff --git a/arch/powerpc/platforms/pasemi/gpio_mdio.c b/arch/powerpc/platforms/pasemi/gpio_mdio.c index 04a8686e6084..b46542990cf8 100644 --- a/arch/powerpc/platforms/pasemi/gpio_mdio.c +++ b/arch/powerpc/platforms/pasemi/gpio_mdio.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <linux/interrupt.h> | 30 | #include <linux/interrupt.h> |
31 | #include <linux/phy.h> | 31 | #include <linux/phy.h> |
32 | #include <linux/platform_device.h> | 32 | #include <linux/platform_device.h> |
33 | #include <asm/of_platform.h> | 33 | #include <linux/of_platform.h> |
34 | 34 | ||
35 | #define DELAY 1 | 35 | #define DELAY 1 |
36 | 36 | ||
diff --git a/arch/powerpc/platforms/pasemi/setup.c b/arch/powerpc/platforms/pasemi/setup.c index 2b638659d1ea..5748194a667f 100644 --- a/arch/powerpc/platforms/pasemi/setup.c +++ b/arch/powerpc/platforms/pasemi/setup.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/delay.h> | 27 | #include <linux/delay.h> |
28 | #include <linux/console.h> | 28 | #include <linux/console.h> |
29 | #include <linux/pci.h> | 29 | #include <linux/pci.h> |
30 | #include <linux/of_platform.h> | ||
30 | 31 | ||
31 | #include <asm/prom.h> | 32 | #include <asm/prom.h> |
32 | #include <asm/system.h> | 33 | #include <asm/system.h> |
@@ -35,7 +36,6 @@ | |||
35 | #include <asm/mpic.h> | 36 | #include <asm/mpic.h> |
36 | #include <asm/smp.h> | 37 | #include <asm/smp.h> |
37 | #include <asm/time.h> | 38 | #include <asm/time.h> |
38 | #include <asm/of_platform.h> | ||
39 | 39 | ||
40 | #include <pcmcia/ss.h> | 40 | #include <pcmcia/ss.h> |
41 | #include <pcmcia/cistpl.h> | 41 | #include <pcmcia/cistpl.h> |
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> |