projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d4b7d
)
i2c: at91_i2c: Fix the wrong include file
author
Wenyou Yang
<wenyou.yang@atmel.com>
Tue, 13 Sep 2016 02:40:31 +0000
(10:40 +0800)
committer
Heiko 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
patch
|
blob
|
history
diff --git
a/drivers/i2c/at91_i2c.c
b/drivers/i2c/at91_i2c.c
index 8e9c3ad5523419c873b7d1426dab2a159302f9e0..d71f75c5faa97eb2e1c99052324c6c74a64575f5 100644
(file)
--- 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>