[U-Boot] [PATCH 2/4] dm: omap-timer: Do not include asm/arch/clock.h

Lokesh Vutla lokeshvutla at ti.com
Thu Aug 16 12:56:53 UTC 2018


asm/arch/clock.h is not used by timer driver anymore. So drop
this header file.

Signed-off-by: Lokesh Vutla <lokeshvutla at 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



More information about the U-Boot mailing list