diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-qong.c')
| -rw-r--r-- | arch/arm/mach-imx/mach-qong.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/mach-qong.c b/arch/arm/mach-imx/mach-qong.c index 96d9a91f8a3b..22af27ed457e 100644 --- a/arch/arm/mach-imx/mach-qong.c +++ b/arch/arm/mach-imx/mach-qong.c | |||
| @@ -260,10 +260,6 @@ static void __init qong_timer_init(void) | |||
| 260 | mx31_clocks_init(26000000); | 260 | mx31_clocks_init(26000000); |
| 261 | } | 261 | } |
| 262 | 262 | ||
| 263 | static struct sys_timer qong_timer = { | ||
| 264 | .init = qong_timer_init, | ||
| 265 | }; | ||
| 266 | |||
| 267 | MACHINE_START(QONG, "Dave/DENX QongEVB-LITE") | 263 | MACHINE_START(QONG, "Dave/DENX QongEVB-LITE") |
| 268 | /* Maintainer: DENX Software Engineering GmbH */ | 264 | /* Maintainer: DENX Software Engineering GmbH */ |
| 269 | .atag_offset = 0x100, | 265 | .atag_offset = 0x100, |
| @@ -271,7 +267,7 @@ MACHINE_START(QONG, "Dave/DENX QongEVB-LITE") | |||
| 271 | .init_early = imx31_init_early, | 267 | .init_early = imx31_init_early, |
| 272 | .init_irq = mx31_init_irq, | 268 | .init_irq = mx31_init_irq, |
| 273 | .handle_irq = imx31_handle_irq, | 269 | .handle_irq = imx31_handle_irq, |
| 274 | .timer = &qong_timer, | 270 | .init_time = qong_timer_init, |
| 275 | .init_machine = qong_init, | 271 | .init_machine = qong_init, |
| 276 | .restart = mxc_restart, | 272 | .restart = mxc_restart, |
| 277 | MACHINE_END | 273 | MACHINE_END |
