diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-08-04 20:03:11 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-14 02:58:09 +0200 |
commit | 93161cb4c3c27517f1b4516a880adaf7df4112e2 (patch) | |
tree | 50b5dae0383505a4a4d7f31f59edee4e04cd43fb /arch/arm/mach-shmobile/common.h | |
parent | ARM: shmobile: Remove obsolete legacy PM Domain leftovers (diff) | |
download | linux-93161cb4c3c27517f1b4516a880adaf7df4112e2.tar.xz linux-93161cb4c3c27517f1b4516a880adaf7df4112e2.zip |
ARM: shmobile: Remove obsolete earlytimer registration
The last caller of shmobile_earlytimer_init() was removed in commit
c99cd90d98a98aa1 ("ARM: shmobile: r8a7779: Remove legacy SoC code").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/common.h')
-rw-r--r-- | arch/arm/mach-shmobile/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/common.h b/arch/arm/mach-shmobile/common.h index ee8fe9e473d7..2a350b48b893 100644 --- a/arch/arm/mach-shmobile/common.h +++ b/arch/arm/mach-shmobile/common.h @@ -1,7 +1,6 @@ #ifndef __ARCH_MACH_COMMON_H #define __ARCH_MACH_COMMON_H -extern void shmobile_earlytimer_init(void); extern void shmobile_init_delay(void); struct twd_local_timer; extern void shmobile_boot_vector(void); |