[U-Boot] [PATCH v2 65/71] dm: sandbox: i2c_rtc: Drop fdtdec.h header
Simon Glass
sjg at chromium.org
Wed May 10 14:21:44 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/rtc/i2c_rtc_emul.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.13.0.rc2.291.g57267f2277-goog
More information about the U-Boot
mailing list