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

Andreas Bießmann andreas at biessmann.de
Sun Oct 16 21:22:30 CEST 2016


On Tue, Aug 30, 2016 at 04:03:47PM +0800, Wenyou Yang wrote:
> Since the 'clk_client.h' doesn't exist, it should be 'clk.h'.
> 
> Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Reviewed-by: Andreas Bießmann <andreas at biessmann.org>

> ---
> 
>  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
> +++ b/drivers/i2c/at91_i2c.c
> @@ -8,7 +8,7 @@
>  
>  #include <asm/io.h>
>  #include <common.h>
> -#include <clk_client.h>
> +#include <clk.h>
>  #include <dm.h>
>  #include <errno.h>
>  #include <fdtdec.h>


More information about the U-Boot mailing list