瀏覽代碼

dm: sandbox: i2c: Drop fdtdec.h header

This is not needed in this driver. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 8 年之前
父節點
當前提交
aabf79929e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/i2c/sandbox_i2c.c

+ 0 - 1
drivers/i2c/sandbox_i2c.c

@@ -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>