dm: sandbox: i2c: Drop fdtdec.h header
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:55 +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/i2c/sandbox_i2c.c

index 4696a1a..f5978fd 100644 (file)
@@ -9,7 +9,6 @@
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
-#include <fdtdec.h>
 #include <i2c.h>
 #include <asm/test.h>
 #include <dm/lists.h>