diff mbox series

ARM: OMAP2+: timer: Remove obsolete inclusion of <asm/smp_twd.h>

Message ID 20181115095858.17530-1-geert+renesas@glider.be (mailing list archive)
State New, archived
Headers show
Series ARM: OMAP2+: timer: Remove obsolete inclusion of <asm/smp_twd.h> | expand

Commit Message

Geert Uytterhoeven Nov. 15, 2018, 9:58 a.m. UTC
As of commit d1dabab2841d546f ("ARM: OMAP2+: Clean up
omap4_local_timer_init"), this header file is no longer used.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/mach-omap2/timer.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Tony Lindgren Nov. 19, 2018, 6:06 p.m. UTC | #1
* Geert Uytterhoeven <geert+renesas@glider.be> [181115 03:25]:
> As of commit d1dabab2841d546f ("ARM: OMAP2+: Clean up
> omap4_local_timer_init"), this header file is no longer used.

Applying into omap-for-v4.21/soc thanks.

Tony
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c
index 98ed5ac073bc1fca..07bea84c5d6e4f2a 100644
--- a/arch/arm/mach-omap2/timer.c
+++ b/arch/arm/mach-omap2/timer.c
@@ -44,7 +44,6 @@ 
 #include <linux/sched_clock.h>
 
 #include <asm/mach/time.h>
-#include <asm/smp_twd.h>
 
 #include "omap_hwmod.h"
 #include "omap_device.h"