From: Simon Glass Date: Mon, 4 Jul 2016 17:57:43 +0000 (-0600) Subject: spl: Drop include of i2c.h X-Git-Tag: v2025.01-rc5-pxa1908~8973^2~59 X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?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