aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/r8a7740.h
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-08-12 09:04:42 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-08-23 19:58:57 +0900
commit433306747791845677ba662435a9bbbafaa21df3 (patch)
tree4bca21d07932967eebb9a2ab8e63559f0f7d3231 /arch/arm/mach-shmobile/r8a7740.h
parentARM: shmobile: armadillo800eva-reference: Do not use r8a7740_add_standard_devices_dt() (diff)
downloadlinux-dev-433306747791845677ba662435a9bbbafaa21df3.tar.xz
linux-dev-433306747791845677ba662435a9bbbafaa21df3.zip
ARM: shmobile: r8a7740: Remove r8a7740_add_standard_devices_dt
Now that r8a7740_add_standard_devices_dt() is simply a wrapper for a call to of_platform_populate() remove it and call of_platform_populate() directly. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/r8a7740.h')
-rw-r--r--arch/arm/mach-shmobile/r8a7740.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/r8a7740.h b/arch/arm/mach-shmobile/r8a7740.h
index 1d1a5fd78b6b..3352fb8650ba 100644
--- a/arch/arm/mach-shmobile/r8a7740.h
+++ b/arch/arm/mach-shmobile/r8a7740.h
@@ -49,7 +49,6 @@ extern void r8a7740_init_irq_of(void);
extern void r8a7740_map_io(void);
extern void r8a7740_add_early_devices(void);
extern void r8a7740_add_standard_devices(void);
-extern void r8a7740_add_standard_devices_dt(void);
extern void r8a7740_clock_init(u8 md_ck);
extern void r8a7740_pinmux_init(void);
extern void r8a7740_pm_init(void);