summaryrefslogtreecommitdiffstats
path: root/board/cm-bf548
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 /board/cm-bf548
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 'board/cm-bf548')
-rw-r--r--board/cm-bf548/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cm-bf548/video.c b/board/cm-bf548/video.c
index a43413e976..c35d285070 100644
--- a/board/cm-bf548/video.c
+++ b/board/cm-bf548/video.c
@@ -11,6 +11,7 @@
#include <config.h>
#include <malloc.h>
#include <asm/blackfin.h>
+#include <asm/clock.h>
#include <asm/gpio.h>
#include <asm/portmux.h>
#include <asm/mach-common/bits/dma.h>
OpenPOWER on IntegriCloud