diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-03-19 16:46:32 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-03-20 05:41:43 -0400 |
commit | b2f1df8d2fc14bf7e6d9d967043d4b60c2efd8dc (patch) | |
tree | 065282434bde6ef9b4357c042705c5fcef3782ea /arch/arm/mach-shmobile/timer.c | |
parent | c0206e228e34d8b414fcc63db45b831843adea06 (diff) | |
parent | 5cd9eb2736a572a9ef2689829f47ffd4262adc00 (diff) |
Merge branch 'renesas/timer' into next/timer
Conflicts:
arch/arm/mach-shmobile/timer.c
This resolves a nonobvious merge conflict between renesas
timer changes in the global timer changes with those
from the renesas soc branch and last minute bug fixes that
went into v3.3.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-shmobile/timer.c')
-rw-r--r-- | arch/arm/mach-shmobile/timer.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/timer.c b/arch/arm/mach-shmobile/timer.c index be16231e86fc..2fba5f3d1c8a 100644 --- a/arch/arm/mach-shmobile/timer.c +++ b/arch/arm/mach-shmobile/timer.c | |||
@@ -37,11 +37,15 @@ static void __init shmobile_late_time_init(void) | |||
37 | early_platform_driver_probe("earlytimer", 2, 0); | 37 | early_platform_driver_probe("earlytimer", 2, 0); |
38 | } | 38 | } |
39 | 39 | ||
40 | static void __init shmobile_timer_init(void) | 40 | void __init shmobile_earlytimer_init(void) |
41 | { | 41 | { |
42 | late_time_init = shmobile_late_time_init; | 42 | late_time_init = shmobile_late_time_init; |
43 | } | 43 | } |
44 | 44 | ||
45 | static void __init shmobile_timer_init(void) | ||
46 | { | ||
47 | } | ||
48 | |||
45 | void __init shmobile_twd_init(struct twd_local_timer *twd_local_timer) | 49 | void __init shmobile_twd_init(struct twd_local_timer *twd_local_timer) |
46 | { | 50 | { |
47 | #ifdef CONFIG_HAVE_ARM_TWD | 51 | #ifdef CONFIG_HAVE_ARM_TWD |