
16 Aug
2018
16 Aug
'18
2:56 p.m.
asm/arch/clock.h is not used by timer driver anymore. So drop this header file.
Signed-off-by: Lokesh Vutla lokeshvutla@ti.com --- drivers/timer/omap-timer.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/timer/omap-timer.c b/drivers/timer/omap-timer.c index 3f847984cb..313eda54b5 100644 --- a/drivers/timer/omap-timer.c +++ b/drivers/timer/omap-timer.c @@ -10,7 +10,6 @@ #include <errno.h> #include <timer.h> #include <asm/io.h> -#include <asm/arch/clock.h>
/* Timer register bits */ #define TCLR_START BIT(0) /* Start=1 */
--
2.18.0