diff options
Diffstat (limited to 'arch/arm/mach-orion5x/ts78xx-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/ts78xx-setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/ts78xx-setup.c b/arch/arm/mach-orion5x/ts78xx-setup.c index a00c4f671f56..f4ff53c9fb39 100644 --- a/arch/arm/mach-orion5x/ts78xx-setup.c +++ b/arch/arm/mach-orion5x/ts78xx-setup.c | |||
@@ -613,6 +613,7 @@ MACHINE_START(TS78XX, "Technologic Systems TS-78xx SBC") | |||
613 | .boot_params = 0x00000100, | 613 | .boot_params = 0x00000100, |
614 | .init_machine = ts78xx_init, | 614 | .init_machine = ts78xx_init, |
615 | .map_io = ts78xx_map_io, | 615 | .map_io = ts78xx_map_io, |
616 | .init_early = orion5x_init_early, | ||
616 | .init_irq = orion5x_init_irq, | 617 | .init_irq = orion5x_init_irq, |
617 | .timer = &orion5x_timer, | 618 | .timer = &orion5x_timer, |
618 | MACHINE_END | 619 | MACHINE_END |