From 2ceb6484c2706583485b698edeaea479825770df Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 18 May 2017 20:09:56 -0600 Subject: [PATCH] dm: sandbox: i2c_rtc: Drop fdtdec.h header This is not needed in this driver. Drop it. Signed-off-by: Simon Glass --- 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 20827fd..0e06c97 100644 --- a/drivers/rtc/i2c_rtc_emul.c +++ b/drivers/rtc/i2c_rtc_emul.c @@ -16,7 +16,6 @@ #include #include -#include #include #include #include -- 2.7.4