From 76062b9cdbe756eff75b99beaf6e94e8bb059431 Mon Sep 17 00:00:00 2001 From: Wenyou Yang Date: Tue, 13 Sep 2016 10:40:31 +0800 Subject: [PATCH] i2c: at91_i2c: Fix the wrong include file Since the 'clk_client.h' doesn't exist, it should be 'clk.h'. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- 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