arm: omap_i2c: Remove unwanted header file inclusion
authorVignesh R <vigneshr@ti.com>
Tue, 4 Jun 2019 23:08:12 +0000 (18:08 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 15:12:54 +0000 (11:12 -0400)
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

index c1695cbbee35e4e5d964b97e7702088a659083a8..a6975401dabd2b3aa5c937c19ee79c07d2805e3c 100644 (file)
@@ -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 */