diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-07-16 16:54:03 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-07-28 09:27:16 +0900 |
commit | c99cd90d98a98aa101b169e44d249e5cd71f46f2 (patch) | |
tree | 66315655241607212caa11432fce9270802e3acb /arch/arm/mach-shmobile/smp-r8a7779.c | |
parent | b97fdb836a36df53de5685278c0126a222903c5e (diff) | |
download | blackbird-op-linux-c99cd90d98a98aa101b169e44d249e5cd71f46f2.tar.gz blackbird-op-linux-c99cd90d98a98aa101b169e44d249e5cd71f46f2.zip |
ARM: shmobile: r8a7779: Remove legacy SoC code
Now when the Marzen legacy board code is gone this patch
removes the unused r8a7779 legacy SoC code.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/smp-r8a7779.c')
-rw-r--r-- | arch/arm/mach-shmobile/smp-r8a7779.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-shmobile/smp-r8a7779.c b/arch/arm/mach-shmobile/smp-r8a7779.c index 01f792fcb220..6756ada34bc0 100644 --- a/arch/arm/mach-shmobile/smp-r8a7779.c +++ b/arch/arm/mach-shmobile/smp-r8a7779.c @@ -23,7 +23,6 @@ #include <asm/cacheflush.h> #include <asm/smp_plat.h> #include <asm/smp_scu.h> -#include <asm/smp_twd.h> #include "common.h" #include "pm-rcar.h" @@ -56,14 +55,6 @@ static struct rcar_sysc_ch *r8a7779_ch_cpu[4] = { [3] = &r8a7779_ch_cpu3, }; -#if defined(CONFIG_HAVE_ARM_TWD) && !defined(CONFIG_ARCH_MULTIPLATFORM) -static DEFINE_TWD_LOCAL_TIMER(twd_local_timer, R8A7779_SCU_BASE + 0x600, 29); -void __init r8a7779_register_twd(void) -{ - twd_local_timer_register(&twd_local_timer); -} -#endif - static int r8a7779_platform_cpu_kill(unsigned int cpu) { struct rcar_sysc_ch *ch = NULL; |