summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/r8a7778.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-10-17 12:24:38 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2014-10-24 04:06:53 (GMT)
commit92ee341e0b87551ab8838116782a4f3929108136 (patch)
tree6d02e8ad0f815d6223b8ea250de40ab725def85b /arch/arm/mach-shmobile/r8a7778.h
parentf114040e3ea6e07372334ade75d1ee0775c355e1 (diff)
downloadlinux-92ee341e0b87551ab8838116782a4f3929108136.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/r8a7778.h b/arch/arm/mach-shmobile/r8a7778.h
index f4076a5..4802cee 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);