summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-02-20 10:14:10 -0500
committerTom Rini <trini@ti.com>2014-02-20 12:00:27 -0500
commit130fbeb1c51f19a2b81c4e27d23da735b5b235d4 (patch)
tree9bd620c8f7a67cfe05dc013695137d10a8fc55bd /common
parent17eb1d8f5717ec42fe5a5872f1bf413aedf3614c (diff)
downloadtalos-obmc-uboot-130fbeb1c51f19a2b81c4e27d23da735b5b235d4.tar.gz
talos-obmc-uboot-130fbeb1c51f19a2b81c4e27d23da735b5b235d4.zip
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>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_otp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_otp.c b/common/cmd_otp.c
index 6f93335517..67808aa377 100644
--- a/common/cmd_otp.c
+++ b/common/cmd_otp.c
@@ -18,6 +18,7 @@
#include <command.h>
#include <asm/blackfin.h>
+#include <asm/clock.h>
#include <asm/mach-common/bits/otp.h>
static const char *otp_strerror(uint32_t err)
OpenPOWER on IntegriCloud