diff options
Diffstat (limited to 'arch/arm/mach-netx/nxeb500hmi.c')
| -rw-r--r-- | arch/arm/mach-netx/nxeb500hmi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-netx/nxeb500hmi.c b/arch/arm/mach-netx/nxeb500hmi.c index 8f548ec83ad2..cfcbb5038648 100644 --- a/arch/arm/mach-netx/nxeb500hmi.c +++ b/arch/arm/mach-netx/nxeb500hmi.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include <mach/hardware.h> | 28 | #include <mach/hardware.h> |
| 29 | #include <asm/mach-types.h> | 29 | #include <asm/mach-types.h> |
| 30 | #include <asm/mach/arch.h> | 30 | #include <asm/mach/arch.h> |
| 31 | #include <asm/hardware/vic.h> | ||
| 31 | #include <mach/netx-regs.h> | 32 | #include <mach/netx-regs.h> |
| 32 | #include <mach/eth.h> | 33 | #include <mach/eth.h> |
| 33 | 34 | ||
| @@ -180,6 +181,7 @@ MACHINE_START(NXEB500HMI, "Hilscher nxeb500hmi") | |||
| 180 | .atag_offset = 0x100, | 181 | .atag_offset = 0x100, |
| 181 | .map_io = netx_map_io, | 182 | .map_io = netx_map_io, |
| 182 | .init_irq = netx_init_irq, | 183 | .init_irq = netx_init_irq, |
| 184 | .handle_irq = vic_handle_irq, | ||
| 183 | .timer = &netx_timer, | 185 | .timer = &netx_timer, |
| 184 | .init_machine = nxeb500hmi_init, | 186 | .init_machine = nxeb500hmi_init, |
| 185 | MACHINE_END | 187 | MACHINE_END |
