projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aabf799
)
dm: sandbox: i2c_rtc: Drop fdtdec.h header
author
Simon Glass
<sjg@chromium.org>
Fri, 19 May 2017 02:09:56 +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/rtc/i2c_rtc_emul.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/i2c_rtc_emul.c
b/drivers/rtc/i2c_rtc_emul.c
index
20827fd
..
0e06c97
100644
(file)
--- a/
drivers/rtc/i2c_rtc_emul.c
+++ b/
drivers/rtc/i2c_rtc_emul.c
@@
-16,7
+16,6
@@
#include <common.h>
#include <dm.h>
-#include <fdtdec.h>
#include <i2c.h>
#include <os.h>
#include <rtc.h>