diff options
author | Tom Rini <trini@ti.com> | 2014-02-20 10:14:10 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-20 12:00:27 -0500 |
commit | 130fbeb1c51f19a2b81c4e27d23da735b5b235d4 (patch) | |
tree | 9bd620c8f7a67cfe05dc013695137d10a8fc55bd /board/cm-bf548 | |
parent | 17eb1d8f5717ec42fe5a5872f1bf413aedf3614c (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cm-bf548/video.c b/board/cm-bf548/video.c index a43413e976f..c35d2850708 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> |