diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-05-20 03:37:42 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 14:50:35 +0400 |
commit | d83fa4c9c27c4d8612e39e99506b5420fa05b58b (patch) | |
tree | 0f148888eedd6439718c30b3279aa11958da943e /arch/arm/mach-shmobile/include | |
parent | a5d626813fc13f80b6ab80de1fe303ce5cdd8c54 (diff) | |
download | linux-d83fa4c9c27c4d8612e39e99506b5420fa05b58b.tar.xz |
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); void r8a7790_clock_init(void); void r8a7790_pinmux_init(void); void r8a7790_pm_init(void); -void r8a7790_init_early(void); extern struct smp_operations r8a7790_smp_ops; #endif /* __ASM_R8A7790_H__ */ |