diff options
Diffstat (limited to 'arch/arm/mach-cns3xxx/cns3420vb.c')
| -rw-r--r-- | arch/arm/mach-cns3xxx/cns3420vb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-cns3xxx/cns3420vb.c b/arch/arm/mach-cns3xxx/cns3420vb.c index 55f7b4b08ab9..594852fe24cc 100644 --- a/arch/arm/mach-cns3xxx/cns3420vb.c +++ b/arch/arm/mach-cns3xxx/cns3420vb.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/mtd/partitions.h> | 26 | #include <linux/mtd/partitions.h> |
| 27 | #include <asm/setup.h> | 27 | #include <asm/setup.h> |
| 28 | #include <asm/mach-types.h> | 28 | #include <asm/mach-types.h> |
| 29 | #include <asm/hardware/gic.h> | ||
| 29 | #include <asm/mach/arch.h> | 30 | #include <asm/mach/arch.h> |
| 30 | #include <asm/mach/map.h> | 31 | #include <asm/mach/map.h> |
| 31 | #include <asm/mach/time.h> | 32 | #include <asm/mach/time.h> |
| @@ -201,5 +202,6 @@ MACHINE_START(CNS3420VB, "Cavium Networks CNS3420 Validation Board") | |||
| 201 | .map_io = cns3420_map_io, | 202 | .map_io = cns3420_map_io, |
| 202 | .init_irq = cns3xxx_init_irq, | 203 | .init_irq = cns3xxx_init_irq, |
| 203 | .timer = &cns3xxx_timer, | 204 | .timer = &cns3xxx_timer, |
| 205 | .handle_irq = gic_handle_irq, | ||
| 204 | .init_machine = cns3420_init, | 206 | .init_machine = cns3420_init, |
| 205 | MACHINE_END | 207 | MACHINE_END |
