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 |
* 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 --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"
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(-)