diff options
Diffstat (limited to 'arch/powerpc/platforms/maple/setup.c')
-rw-r--r-- | arch/powerpc/platforms/maple/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/maple/setup.c b/arch/powerpc/platforms/maple/setup.c index 144177d77cf1..3ce2d73b4177 100644 --- a/arch/powerpc/platforms/maple/setup.c +++ b/arch/powerpc/platforms/maple/setup.c | |||
@@ -42,6 +42,7 @@ | |||
42 | #include <linux/serial.h> | 42 | #include <linux/serial.h> |
43 | #include <linux/smp.h> | 43 | #include <linux/smp.h> |
44 | #include <linux/bitops.h> | 44 | #include <linux/bitops.h> |
45 | #include <linux/of_device.h> | ||
45 | 46 | ||
46 | #include <asm/processor.h> | 47 | #include <asm/processor.h> |
47 | #include <asm/sections.h> | 48 | #include <asm/sections.h> |
@@ -56,7 +57,6 @@ | |||
56 | #include <asm/dma.h> | 57 | #include <asm/dma.h> |
57 | #include <asm/cputable.h> | 58 | #include <asm/cputable.h> |
58 | #include <asm/time.h> | 59 | #include <asm/time.h> |
59 | #include <asm/of_device.h> | ||
60 | #include <asm/lmb.h> | 60 | #include <asm/lmb.h> |
61 | #include <asm/mpic.h> | 61 | #include <asm/mpic.h> |
62 | #include <asm/rtas.h> | 62 | #include <asm/rtas.h> |