diff mbox

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

Message ID 1472544227-10448-1-git-send-email-wenyou.yang@atmel.com
State Accepted
Commit 76062b9cdbe756eff75b99beaf6e94e8bb059431
Delegated to: Andreas Bießmann
Headers show

Commit Message

Wenyou Yang Aug. 30, 2016, 8:03 a.m. UTC
Since the 'clk_client.h' doesn't exist, it should be 'clk.h'.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
---

 drivers/i2c/at91_i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Sept. 6, 2016, 1:04 a.m. UTC | #1
+Stephen

On 30 August 2016 at 02:03, Wenyou Yang <wenyou.yang@atmel.com> wrote:
> Since the 'clk_client.h' doesn't exist, it should be 'clk.h'.
>
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
> ---
>
>  drivers/i2c/at91_i2c.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Andreas Bießmann Oct. 16, 2016, 7:22 p.m. UTC | #2
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@atmel.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Andreas Bießmann <andreas@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>
diff mbox

Patch

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>