summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-07-04 11:57:43 -0600
committerSimon Glass <sjg@chromium.org>2016-07-14 20:40:24 -0600
commit12c550d4fbfae272793c222c51af77613ffc5963 (patch)
tree830c7793c78250f2d450a2cb7a512be797cbe382 /common/spl/spl.c
parent392853260d46e18963be60f97306aab6ce770652 (diff)
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>
Diffstat (limited to 'common/spl/spl.c')
-rw-r--r--common/spl/spl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 840910a684..5fbf101fb1 100644
--- a/common/spl/spl.c
+++ b/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>