diff options
author | Jon Hunter <jon-hunter@ti.com> | 2013-04-01 22:47:29 +0400 |
---|---|---|
committer | Jon Hunter <jon-hunter@ti.com> | 2013-04-01 22:47:29 +0400 |
commit | 2d61aecee8f32259920cdf90a452fa26ffc64e9f (patch) | |
tree | 2311b6b4c12b946164e8cfb3422cebdfecf08f37 /arch/arm/mach-h720x/h7201-eval.c | |
parent | 71856843fb1d8ee455a4c1a60696c74afa4809e5 (diff) | |
parent | 6bb27d7349db51b50c40534710fe164ca0d58902 (diff) | |
download | linux-2d61aecee8f32259920cdf90a452fa26ffc64e9f.tar.xz |
Merge commit '6bb27d7349db51b50c40534710fe164ca0d58902' into omap-timer-for-v3.10
Diffstat (limited to 'arch/arm/mach-h720x/h7201-eval.c')
-rw-r--r-- | arch/arm/mach-h720x/h7201-eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-h720x/h7201-eval.c b/arch/arm/mach-h720x/h7201-eval.c index 5fdb20c855e2..4fdeb686c0a9 100644 --- a/arch/arm/mach-h720x/h7201-eval.c +++ b/arch/arm/mach-h720x/h7201-eval.c @@ -32,7 +32,7 @@ MACHINE_START(H7201, "Hynix GMS30C7201") .atag_offset = 0x1000, .map_io = h720x_map_io, .init_irq = h720x_init_irq, - .timer = &h7201_timer, + .init_time = h7201_timer_init, .dma_zone_size = SZ_256M, .restart = h720x_restart, MACHINE_END |