diff mbox series

[4/9] ARM: shmobile: sh73a0: Remove obsolete inclusion of <asm/smp_twd.h>

Message ID e743454a0f42b5acf17b5fddce9811d53e4bf24b.1544132474.git.horms+renesas@verge.net.au (mailing list archive)
State Accepted
Commit e743454a0f42b5acf17b5fddce9811d53e4bf24b
Headers show
Series [1/9] soc: renesas: r8a77965-sysc: Remove non-existent A3IR power domain | expand

Commit Message

Simon Horman Dec. 6, 2018, 9:59 p.m. UTC
From: Geert Uytterhoeven <geert+renesas@glider.be>

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>
---
 arch/arm/mach-shmobile/smp-sh73a0.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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"