]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
i2c: at91_i2c: Fix the wrong include file
authorWenyou Yang <wenyou.yang@atmel.com>
Tue, 13 Sep 2016 02:40:31 +0000 (10:40 +0800)
committerHeiko Schocher <hs@denx.de>
Tue, 13 Sep 2016 04:58:54 +0000 (06:58 +0200)
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>
drivers/i2c/at91_i2c.c

index 8e9c3ad5523419c873b7d1426dab2a159302f9e0..d71f75c5faa97eb2e1c99052324c6c74a64575f5 100644 (file)
@@ -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>