From aabf79929ed69c1d8e4db8b15a0b53d46b1eeeaf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 18 May 2017 20:09:55 -0600 Subject: [PATCH] dm: sandbox: i2c: Drop fdtdec.h header This is not needed in this driver. Drop it. Signed-off-by: Simon Glass --- drivers/i2c/sandbox_i2c.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/i2c/sandbox_i2c.c b/drivers/i2c/sandbox_i2c.c index 4696a1a..f5978fd 100644 --- a/drivers/i2c/sandbox_i2c.c +++ b/drivers/i2c/sandbox_i2c.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include