[U-Boot] [PATCH 03/31] spl: Drop include of i2c.h
Simon Glass
sjg at chromium.org
Wed Jun 8 04:47:41 CEST 2016
This file does not appear to use I2C, so drop this include.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
common/spl/spl.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list