diff options
author | Simon Glass <sjg@chromium.org> | 2016-07-04 11:57:43 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-14 20:40:24 -0600 |
commit | 12c550d4fbfae272793c222c51af77613ffc5963 (patch) | |
tree | 830c7793c78250f2d450a2cb7a512be797cbe382 /common | |
parent | 392853260d46e18963be60f97306aab6ce770652 (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')
-rw-r--r-- | common/spl/spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c index 840910a6844..5fbf101fb1c 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> |