asm/arch/clock.h is not used by timer driver anymore. So drop this header file.
Signed-off-by: Lokesh Vutla <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

