diff options
Diffstat (limited to 'arch/powerpc/mm/numa.c')
-rw-r--r-- | arch/powerpc/mm/numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index 3feefc3842a8..b6edbb3b4a54 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c | |||
@@ -24,11 +24,11 @@ | |||
24 | #include <linux/node.h> | 24 | #include <linux/node.h> |
25 | #include <asm/sparsemem.h> | 25 | #include <asm/sparsemem.h> |
26 | #include <asm/prom.h> | 26 | #include <asm/prom.h> |
27 | #include <asm/system.h> | ||
28 | #include <asm/smp.h> | 27 | #include <asm/smp.h> |
29 | #include <asm/firmware.h> | 28 | #include <asm/firmware.h> |
30 | #include <asm/paca.h> | 29 | #include <asm/paca.h> |
31 | #include <asm/hvcall.h> | 30 | #include <asm/hvcall.h> |
31 | #include <asm/setup.h> | ||
32 | 32 | ||
33 | static int numa_enabled = 1; | 33 | static int numa_enabled = 1; |
34 | 34 | ||