diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-11-15 10:57:31 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-11-16 07:27:19 -0800 |
commit | e743454a0f42b5acf17b5fddce9811d53e4bf24b (patch) | |
tree | 4e2f2bb7b47e64e364093c804f149bbe5df79ed6 /arch/arm/mach-shmobile | |
parent | 94cf946b8c19f90c39a0f01f0e2fe2ff32383b35 (diff) | |
download | linux-e743454a0f42b5acf17b5fddce9811d53e4bf24b.tar.bz2 |
ARM: shmobile: sh73a0: Remove obsolete inclusion of <asm/smp_twd.h>
As of commit 9a9863987bf7307f ("ARM: shmobile: Remove legacy SoC code
for SH-Mobile AG5"), this header file is no longer used.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/smp-sh73a0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/smp-sh73a0.c b/arch/arm/mach-shmobile/smp-sh73a0.c index 9bc543faba96..0403aa8629dd 100644 --- a/arch/arm/mach-shmobile/smp-sh73a0.c +++ b/arch/arm/mach-shmobile/smp-sh73a0.c @@ -12,7 +12,6 @@ #include <linux/delay.h> #include <asm/smp_plat.h> -#include <asm/smp_twd.h> #include "common.h" #include "sh73a0.h" |