From: Simon Glass Date: Mon, 4 Jul 2016 17:57:43 +0000 (-0600) Subject: spl: Drop include of i2c.h X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=12c550d4fbfae272793c222c51af77613ffc5963;p=u-boot.git spl: Drop include of i2c.h This file does not appear to use I2C, so drop this include. Signed-off-by: Simon Glass --- 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 #include #include -#include #include #include #include