Re: [U-Boot] [PATCH v1] i2c: at91_i2c: Fix the wrong include file

2016-09-05 Thread Simon Glass
+Stephen On 30 August 2016 at 02:03, Wenyou Yang wrote: > Since the 'clk_client.h' doesn't exist, it should be 'clk.h'. > > Signed-off-by: Wenyou Yang > --- > > drivers/i2c/at91_i2c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass

[U-Boot] [PATCH v1] i2c: at91_i2c: Fix the wrong include file

2016-08-30 Thread Wenyou Yang
Since the 'clk_client.h' doesn't exist, it should be 'clk.h'. Signed-off-by: Wenyou Yang --- drivers/i2c/at91_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/at91_i2c.c b/drivers/i2c/at91_i2c.c index 8e9c3ad..d71f75c 100644 --- a/drivers/i2c/at91_i2c.c +++