]> git.sur5r.net Git - u-boot/commitdiff
spl: Drop include of i2c.h
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:57:43 +0000 (11:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
This file does not appear to use I2C, so drop this include.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c

index 840910a6844425f04bcda3b4b280374369ae17d0..5fbf101fb1c0011f913e387e2daf368e77366593 100644 (file)
@@ -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>