aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/powermac')
-rw-r--r--arch/powerpc/platforms/powermac/setup.c4
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>