diff options
Diffstat (limited to 'arch/arm/mach-mx3/mach-kzm_arm11_01.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-kzm_arm11_01.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-mx3/mach-kzm_arm11_01.c b/arch/arm/mach-mx3/mach-kzm_arm11_01.c index 52b8dd7192c6..d3cc7393a6b1 100644 --- a/arch/arm/mach-mx3/mach-kzm_arm11_01.c +++ b/arch/arm/mach-mx3/mach-kzm_arm11_01.c | |||
@@ -266,13 +266,9 @@ static void __init kzm_timer_init(void) | |||
266 | } | 266 | } |
267 | 267 | ||
268 | static struct sys_timer kzm_timer = { | 268 | static struct sys_timer kzm_timer = { |
269 | .init = kzm_timer_init, | 269 | .init = kzm_timer_init, |
270 | }; | 270 | }; |
271 | 271 | ||
272 | /* | ||
273 | * The following uses standard kernel macros define in arch.h in order to | ||
274 | * initialize __mach_desc_KZM_ARM11_01 data structure. | ||
275 | */ | ||
276 | MACHINE_START(KZM_ARM11_01, "Kyoto Microcomputer Co., Ltd. KZM-ARM11-01") | 272 | MACHINE_START(KZM_ARM11_01, "Kyoto Microcomputer Co., Ltd. KZM-ARM11-01") |
277 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 273 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
278 | .map_io = kzm_map_io, | 274 | .map_io = kzm_map_io, |