diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-11-15 10:58:58 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-11-19 19:06:36 +0100 |
commit | b76455335447fa8b73ebc0ca768e46ee74fcd329 (patch) | |
tree | fefe1bba879ce57b3c091165ddc664aebb95d7aa /arch/arm/mach-omap2/timer.c | |
parent | ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup (diff) | |
download | linux-b76455335447fa8b73ebc0ca768e46ee74fcd329.tar.xz linux-b76455335447fa8b73ebc0ca768e46ee74fcd329.zip |
ARM: OMAP2+: timer: Remove obsolete inclusion of <asm/smp_twd.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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/timer.c')
-rw-r--r-- | arch/arm/mach-omap2/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index 98ed5ac073bc..07bea84c5d6e 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" |