[U-Boot] [PATCH v2 64/71] dm: sandbox: i2c: Drop fdtdec.h header
Simon Glass
sjg at chromium.org
Wed May 10 14:21:43 UTC 2017
This is not needed in this driver. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
drivers/i2c/sandbox_i2c.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.13.0.rc2.291.g57267f2277-goog
More information about the U-Boot
mailing list