diff mbox series

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

Message ID 20190522155008.10001-3-dannenberg@ti.com
State Superseded
Delegated to: Tom Rini
Headers show
Series Add EEPROM-based board detect support for TI K3 SoCs | expand

Commit Message

Andreas Dannenberg May 22, 2019, 3:49 p.m. UTC
From: Vignesh R <vigneshr@ti.com>

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

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

Patch

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 */