Skip to content
Snippets Groups Projects
Commit 76062b9c authored by Wenyou Yang's avatar Wenyou Yang Committed by Heiko Schocher
Browse files

i2c: at91_i2c: Fix the wrong include file


Since the 'clk_client.h' doesn't exist, it should be 'clk.h'.

Signed-off-by: default avatarWenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 21d4b7d4
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <asm/io.h> #include <asm/io.h>
#include <common.h> #include <common.h>
#include <clk_client.h> #include <clk.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <fdtdec.h> #include <fdtdec.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment