dm: sandbox: i2c_rtc: Drop fdtdec.h header
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:56 +0000 (20:09 -0600)
committerSimon 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

index 20827fd..0e06c97 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <common.h>
 #include <dm.h>
-#include <fdtdec.h>
 #include <i2c.h>
 #include <os.h>
 #include <rtc.h>