[U-Boot] [PATCH v2 02/18] arm: omap_i2c: Remove unwanted header file inclusion

Andreas Dannenberg dannenberg at ti.com
Wed May 22 15:49:52 UTC 2019


From: Vignesh R <vigneshr at ti.com>

There is no need for to include this header here, so drop it.

Signed-off-by: Vignesh R <vigneshr at ti.com>
Reviewed-by: Heiko Schocher <hs at denx.de>
Reviewed-by: Lokesh Vutla <lokeshvutla at ti.com>
---
 arch/arm/include/asm/omap_i2c.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/include/asm/omap_i2c.h b/arch/arm/include/asm/omap_i2c.h
index c1695cbbee..a6975401da 100644
--- a/arch/arm/include/asm/omap_i2c.h
+++ b/arch/arm/include/asm/omap_i2c.h
@@ -3,8 +3,6 @@
 #ifndef _OMAP_I2C_H
 #define _OMAP_I2C_H
 
-#include <asm/arch/cpu.h>
-
 #ifdef CONFIG_DM_I2C
 
 /* Information about a GPIO bank */
-- 
2.17.1



More information about the U-Boot mailing list