blackfin: Add <asm/clock.h> to numerous drivers

With d6a320d we moved some clock externs out of blackfin_local.h and
into clock.h but now need to include <asm/clock.h> in more drivers to
avoid warnings.

Cc: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
Tom Rini
2014-02-20 10:14:10 -05:00
parent 17eb1d8f57
commit 130fbeb1c5
7 changed files with 7 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include <asm/cplb.h>
#include <asm/mach-common/bits/mpu.h>
#include <asm/clock.h>
#include <kgdb.h>
#ifdef CONFIG_CMD_NAND