diff mbox series

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

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

Commit Message

Andreas Dannenberg May 8, 2019, 9:37 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>
---
 arch/arm/include/asm/omap_i2c.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Heiko Schocher May 9, 2019, 11:20 a.m. UTC | #1
Hello Andreas,

Am 08.05.2019 um 23:37 schrieb Andreas Dannenberg:
> 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>
> ---
>   arch/arm/include/asm/omap_i2c.h | 2 --
>   1 file changed, 2 deletions(-)

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
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 */