diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-05-19 19:37:42 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 06:50:35 -0400 |
commit | d83fa4c9c27c4d8612e39e99506b5420fa05b58b (patch) | |
tree | 0f148888eedd6439718c30b3279aa11958da943e /arch/arm/mach-shmobile/include | |
parent | a5d626813fc13f80b6ab80de1fe303ce5cdd8c54 (diff) |
ARM: shmobile: Remove unused r8a7790_init_early()
Remove the now unused r8a7790_init_early() function.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
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, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7790.h b/arch/arm/mach-shmobile/include/mach/r8a7790.h index d7555440fc7b..459827f1369b 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7790.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7790.h | |||
@@ -31,7 +31,6 @@ void r8a7790_add_dt_devices(void); | |||
31 | void r8a7790_clock_init(void); | 31 | void r8a7790_clock_init(void); |
32 | void r8a7790_pinmux_init(void); | 32 | void r8a7790_pinmux_init(void); |
33 | void r8a7790_pm_init(void); | 33 | void r8a7790_pm_init(void); |
34 | void r8a7790_init_early(void); | ||
35 | extern struct smp_operations r8a7790_smp_ops; | 34 | extern struct smp_operations r8a7790_smp_ops; |
36 | 35 | ||
37 | #endif /* __ASM_R8A7790_H__ */ | 36 | #endif /* __ASM_R8A7790_H__ */ |