public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] i2c: at91_i2c: Fix the wrong include file
Date: Mon, 17 Oct 2016 07:42:11 +0200	[thread overview]
Message-ID: <580464B3.9060206@denx.de> (raw)
In-Reply-To: <1476668807-23903-1-git-send-email-wenyou.yang@atmel.com>

Hello Wenyou Yang,

Am 17.10.2016 um 03:46 schrieb Wenyou Yang:
> 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>
> ---
>
> Changes in v3:
>   - Collect Reviewed-by tag.
>
> Changes in v2:
>   - Collect Reviewed-by tag.
>
>   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>
>

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  reply	other threads:[~2016-10-17  5:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-17  1:46 [U-Boot] [PATCH v3] i2c: at91_i2c: Fix the wrong include file Wenyou Yang
2016-10-17  5:42 ` Heiko Schocher [this message]
2016-10-17  5:46 ` Heiko Schocher
2016-10-17  5:51   ` Wenyou.Yang at microchip.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=580464B3.9060206@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox