diff options
Diffstat (limited to 'arch/arm/mach-iop33x/iq80332.c')
-rw-r--r-- | arch/arm/mach-iop33x/iq80332.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-iop33x/iq80332.c b/arch/arm/mach-iop33x/iq80332.c index e2f5beece6e8..8192987e78e5 100644 --- a/arch/arm/mach-iop33x/iq80332.c +++ b/arch/arm/mach-iop33x/iq80332.c | |||
@@ -45,10 +45,6 @@ static void __init iq80332_timer_init(void) | |||
45 | iop_init_time(266000000); | 45 | iop_init_time(266000000); |
46 | } | 46 | } |
47 | 47 | ||
48 | static struct sys_timer iq80332_timer = { | ||
49 | .init = iq80332_timer_init, | ||
50 | }; | ||
51 | |||
52 | 48 | ||
53 | /* | 49 | /* |
54 | * IQ80332 PCI. | 50 | * IQ80332 PCI. |
@@ -143,7 +139,7 @@ MACHINE_START(IQ80332, "Intel IQ80332") | |||
143 | .atag_offset = 0x100, | 139 | .atag_offset = 0x100, |
144 | .map_io = iop3xx_map_io, | 140 | .map_io = iop3xx_map_io, |
145 | .init_irq = iop33x_init_irq, | 141 | .init_irq = iop33x_init_irq, |
146 | .timer = &iq80332_timer, | 142 | .init_time = iq80332_timer_init, |
147 | .init_machine = iq80332_init_machine, | 143 | .init_machine = iq80332_init_machine, |
148 | .restart = iop3xx_restart, | 144 | .restart = iop3xx_restart, |
149 | MACHINE_END | 145 | MACHINE_END |