aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/traps.c')
-rw-r--r--arch/powerpc/kernel/traps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
index 6a881e3ea01d..f87580382da4 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -40,9 +40,9 @@
40#include <asm/machdep.h> 40#include <asm/machdep.h>
41#include <asm/rtas.h> 41#include <asm/rtas.h>
42#include <asm/xmon.h> 42#include <asm/xmon.h>
43#include <asm/pmc.h>
43#ifdef CONFIG_PPC32 44#ifdef CONFIG_PPC32
44#include <asm/reg.h> 45#include <asm/reg.h>
45#include <asm/perfmon.h>
46#endif 46#endif
47#ifdef CONFIG_PMAC_BACKLIGHT 47#ifdef CONFIG_PMAC_BACKLIGHT
48#include <asm/backlight.h> 48#include <asm/backlight.h>
@@ -51,7 +51,6 @@
51#include <asm/firmware.h> 51#include <asm/firmware.h>
52#include <asm/processor.h> 52#include <asm/processor.h>
53#include <asm/systemcfg.h> 53#include <asm/systemcfg.h>
54#include <asm/pmc.h>
55#endif 54#endif
56 55
57#ifdef CONFIG_PPC64 /* XXX */ 56#ifdef CONFIG_PPC64 /* XXX */