From: Alexey Brodkin Date: Mon, 10 Feb 2014 08:20:12 +0000 (+0400) Subject: designware_i2c: remove inclusion of X-Git-Tag: submit/tizen_2.3.1/20150915.092117~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d93f6959b0e91a8ee6845363e18b2d4375a0a53;p=platform%2Fkernel%2Fu-boot.git designware_i2c: remove inclusion of As soon as all boards have their CONFIG_SYS_I2C_BASE defined in configuration files instead of "asm/arch/hardware.h" it's safe to remove the inclusion in question and make driver platform-independent. Cc: Tom Rini Cc: Heiko Schocher Cc: Stefan Roese Cc: Vipin Kumar Cc: Armando Visconti Signed-off-by: Alexey Brodkin --- diff --git a/drivers/i2c/designware_i2c.c b/drivers/i2c/designware_i2c.c index deea4f8..c891ebd 100644 --- a/drivers/i2c/designware_i2c.c +++ b/drivers/i2c/designware_i2c.c @@ -7,7 +7,6 @@ #include #include -#include #include "designware_i2c.h" #ifdef CONFIG_I2C_MULTI_BUS