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 <wenyou.yang@atmel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Wenyou Yang 2016-09-13 10:40:31 +08:00 committed by Heiko Schocher
parent 21d4b7d4e1
commit 76062b9cdb

View 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>