diff options
author | Magnus Damm <damm@opensource.se> | 2013-06-28 13:27:13 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-17 07:26:53 +0200 |
commit | 8333d8c995169e489a81241bd632a4b9370ed7c3 (patch) | |
tree | a73b42d1be1cc4abe8858c3adb1de903af22c294 /arch/arm/mach-shmobile/include | |
parent | ARM: shmobile: Add r8a7790 CMT00 clock event (diff) | |
download | linux-8333d8c995169e489a81241bd632a4b9370ed7c3.tar.xz linux-8333d8c995169e489a81241bd632a4b9370ed7c3.zip |
ARM: shmobile: Make r8a7790 Arch timer optional
Update the r8a7790 code to allow using other
timers than Arch timer for clock events.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7790.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7790.h b/arch/arm/mach-shmobile/include/mach/r8a7790.h index 2e919e61fa0d..7851cc1bc9fb 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7790.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7790.h @@ -4,6 +4,7 @@ void r8a7790_add_standard_devices(void); void r8a7790_clock_init(void); void r8a7790_pinmux_init(void); +void r8a7790_init_delay(void); void r8a7790_timer_init(void); #endif /* __ASM_R8A7790_H__ */ |