diff mbox

[U-Boot,03/31] spl: Drop include of i2c.h

Message ID 1465354089-3508-4-git-send-email-sjg@chromium.org
State Accepted
Commit 12c550d4fbfae272793c222c51af77613ffc5963
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass June 8, 2016, 2:47 a.m. UTC
This file does not appear to use I2C, so drop this include.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 common/spl/spl.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/common/spl/spl.c b/common/spl/spl.c
index c8dfc14..e931edd 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>