diff options
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/linkstation.c')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/linkstation.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/linkstation.c b/arch/powerpc/platforms/embedded6xx/linkstation.c index 8c60e0207d02..61ca02c2d644 100644 --- a/arch/powerpc/platforms/embedded6xx/linkstation.c +++ b/arch/powerpc/platforms/embedded6xx/linkstation.c | |||
@@ -18,9 +18,10 @@ | |||
18 | #include <asm/time.h> | 18 | #include <asm/time.h> |
19 | #include <asm/prom.h> | 19 | #include <asm/prom.h> |
20 | #include <asm/mpic.h> | 20 | #include <asm/mpic.h> |
21 | #include <asm/mpc10x.h> | ||
22 | #include <asm/pci-bridge.h> | 21 | #include <asm/pci-bridge.h> |
23 | 22 | ||
23 | #include "mpc10x.h" | ||
24 | |||
24 | static struct mtd_partition linkstation_physmap_partitions[] = { | 25 | static struct mtd_partition linkstation_physmap_partitions[] = { |
25 | { | 26 | { |
26 | .name = "mtd_firmimg", | 27 | .name = "mtd_firmimg", |