diff mbox

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

Message ID 20170519021002.1098-67-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/rtc/i2c_rtc_emul.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/rtc/i2c_rtc_emul.c | 1 -
 1 file changed, 1 deletion(-)

Applied to u-boot-dm
diff mbox

Patch

diff --git a/drivers/rtc/i2c_rtc_emul.c b/drivers/rtc/i2c_rtc_emul.c
index 20827fdff1..0e06c97367 100644
--- 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>