projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
279e26f
)
dm: sandbox: i2c: Drop fdtdec.h header
author
Simon Glass
<sjg@chromium.org>
Fri, 19 May 2017 02:09:55 +0000
(20:09 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 1 Jun 2017 13:03:16 +0000
(07:03 -0600)
This is not needed in this driver. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/i2c/sandbox_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/sandbox_i2c.c
b/drivers/i2c/sandbox_i2c.c
index 4696a1ae62a96650192e3234e7e4453513583101..f5978fda29b14fd26a5c1e5bfe3be9b53240e832 100644
(file)
--- 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>