Re: [U-Boot] [PATCH v3 03/62] spl: Drop include of i2c.h

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:57, Simon Glass wrote: > This file does not appear to use I2C, so drop this include. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > common/spl/spl.c | 1 - > 1 file changed, 1 deletion(-) Applied to u-boot-dm _

[U-Boot] [PATCH v3 03/62] spl: Drop include of i2c.h

2016-07-04 Thread Simon Glass
This file does not appear to use I2C, so drop this include. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None common/spl/spl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/spl/spl.c b/common/spl/spl.c index 840910a..5fbf101 100644 --- a/common/spl/spl.c +++ b/