summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAlexey Brodkin <[email protected]>2014-02-10 12:20:12 +0400
committerHeiko Schocher <[email protected]>2014-02-20 06:49:09 +0100
commit3d93f6959b0e91a8ee6845363e18b2d4375a0a53 (patch)
tree7d740a5f2f17f14f233778a5600607d54d3df338 /drivers
parentf93f589ca2defd02fa76a3d0cde695d61820390d (diff)
designware_i2c: remove inclusion of <asm/arch/hardware.h>
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 <[email protected]> Cc: Heiko Schocher <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Vipin Kumar <[email protected]> Cc: Armando Visconti <[email protected]> Signed-off-by: Alexey Brodkin <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/designware_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/designware_i2c.c b/drivers/i2c/designware_i2c.c
index deea4f83caf..c891ebd39e2 100644
--- a/drivers/i2c/designware_i2c.c
+++ b/drivers/i2c/designware_i2c.c
@@ -7,7 +7,6 @@
#include <common.h>
#include <asm/io.h>
-#include <asm/arch/hardware.h>
#include "designware_i2c.h"
#ifdef CONFIG_I2C_MULTI_BUS