diff mbox

[U-Boot,v3,65/72] dm: sandbox: i2c: Drop fdtdec.h header

Message ID 20170519021002.1098-66-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass May 19, 2017, 2:09 a.m. UTC
This is not needed in this driver. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v3: None
Changes in v2: None

 drivers/i2c/sandbox_i2c.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass May 25, 2017, 12:05 a.m. UTC | #1
This is not needed in this driver. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v3: None
Changes in v2: None

 drivers/i2c/sandbox_i2c.c | 1 -
 1 file changed, 1 deletion(-)

Applied to u-boot-dm
diff mbox

Patch

diff --git a/drivers/i2c/sandbox_i2c.c b/drivers/i2c/sandbox_i2c.c
index 4696a1ae62..f5978fda29 100644
--- a/drivers/i2c/sandbox_i2c.c
+++ b/drivers/i2c/sandbox_i2c.c
@@ -9,7 +9,6 @@ 
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
-#include <fdtdec.h>
 #include <i2c.h>
 #include <asm/test.h>
 #include <dm/lists.h>