diff options
author | Simon Glass | 2017-05-18 20:09:56 -0600 |
---|---|---|
committer | Simon Glass | 2017-06-01 07:03:16 -0600 |
commit | 2ceb6484c2706583485b698edeaea479825770df (patch) | |
tree | 7e87291e4aad52b4fac80a558428cd2290ba4ae7 /drivers/rtc | |
parent | aabf79929ed69c1d8e4db8b15a0b53d46b1eeeaf (diff) |
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 20827fdff13..0e06c97367a 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> |