Browse Source

spl: Drop include of i2c.h

This file does not appear to use I2C, so drop this include.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 9 năm trước cách đây
mục cha
commit
12c550d4fb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      common/spl/spl.c

+ 0 - 1
common/spl/spl.c

@@ -13,7 +13,6 @@
 #include <nand.h>
 #include <fat.h>
 #include <version.h>
-#include <i2c.h>
 #include <image.h>
 #include <malloc.h>
 #include <dm/root.h>