From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Mon, 17 Oct 2016 07:42:11 +0200 Subject: [U-Boot] [PATCH v3] i2c: at91_i2c: Fix the wrong include file In-Reply-To: <1476668807-23903-1-git-send-email-wenyou.yang@atmel.com> References: <1476668807-23903-1-git-send-email-wenyou.yang@atmel.com> Message-ID: <580464B3.9060206@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Reviewed-by: Simon Glass > Reviewed-by: Andreas Bie?mann > --- > > 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 > #include > -#include > +#include > #include > #include > #include > Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany