diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-19 02:09:56 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-01 13:03:16 (GMT) |
commit | 2ceb6484c2706583485b698edeaea479825770df (patch) | |
tree | 7e87291e4aad52b4fac80a558428cd2290ba4ae7 /drivers/rtc | |
parent | aabf79929ed69c1d8e4db8b15a0b53d46b1eeeaf (diff) | |
download | u-boot-2ceb6484c2706583485b698edeaea479825770df.tar.xz |
dm: sandbox: i2c_rtc: Drop fdtdec.h header
This is not needed in this driver. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/i2c_rtc_emul.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/i2c_rtc_emul.c b/drivers/rtc/i2c_rtc_emul.c index 20827fd..0e06c97 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> |