diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-17 14:24:38 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-24 13:06:53 +0900 |
commit | 92ee341e0b87551ab8838116782a4f3929108136 (patch) | |
tree | 6d02e8ad0f815d6223b8ea250de40ab725def85b /arch/arm/mach-shmobile/r8a7778.h | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) | |
download | linux-stable-92ee341e0b87551ab8838116782a4f3929108136.tar.gz linux-stable-92ee341e0b87551ab8838116782a4f3929108136.tar.bz2 linux-stable-92ee341e0b87551ab8838116782a4f3929108136.zip |
ARM: shmobile: r8a7778: Remove wrapper r8a7778_init_delay()
r8a7778_init_delay() just calls shmobile_init_delay(), hence replace
calls to it by direct calls to shmobile_init_delay().
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/r8a7778.h')
-rw-r--r-- | arch/arm/mach-shmobile/r8a7778.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/r8a7778.h b/arch/arm/mach-shmobile/r8a7778.h index f4076a50e970..4802cee250be 100644 --- a/arch/arm/mach-shmobile/r8a7778.h +++ b/arch/arm/mach-shmobile/r8a7778.h @@ -71,7 +71,6 @@ extern void r8a7778_add_standard_devices_dt(void); extern void r8a7778_add_dt_devices(void); extern void r8a7778_init_late(void); -extern void r8a7778_init_delay(void); extern void r8a7778_init_irq_dt(void); extern void r8a7778_clock_init(void); extern void r8a7778_init_irq_extpin(int irlm); |