]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
blackfin: Add <asm/clock.h> to numerous drivers
authorTom Rini <trini@ti.com>
Thu, 20 Feb 2014 15:14:10 +0000 (10:14 -0500)
committerTom Rini <trini@ti.com>
Thu, 20 Feb 2014 17:00:27 +0000 (12:00 -0500)
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>
arch/blackfin/lib/board.c
board/cm-bf548/video.c
common/cmd_otp.c
drivers/block/pata_bfin.c
drivers/mmc/bfin_sdh.c
drivers/net/bfin_mac.c
drivers/usb/musb/blackfin_usb.c

index facbc7a563f34eb8cb9ebccb5626d7c033a82665..62342014a4703570e2d190d1219e5942218ff3e7 100644 (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
index a43413e976fc242081f0ff93443ce54932410d82..c35d28507088d429b7a54826965869c5393c78f4 100644 (file)
@@ -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>
index 6f933355176296ac2541d0b45960dfbef87bb27d..67808aa377ef15cdf3059bae08e6bfe8592ca886 100644 (file)
@@ -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)
index 27ecaf4f9edad9b87b69e2ad990e2ef2cf014592..b7fd1cd634486639647bec5c9988001ca17993c1 100644 (file)
@@ -12,6 +12,7 @@
 #include <command.h>
 #include <config.h>
 #include <asm/byteorder.h>
+#include <asm/clock.h>
 #include <asm/io.h>
 #include <asm/errno.h>
 #include <asm/portmux.h>
index 26311741f5fa8b83bb51a9b1a1811571508b5c00..bd9b641135a11ae0c5e1373341aed44b7fab73a7 100644 (file)
@@ -15,6 +15,7 @@
 #include <asm/errno.h>
 #include <asm/byteorder.h>
 #include <asm/blackfin.h>
+#include <asm/clock.h>
 #include <asm/portmux.h>
 #include <asm/mach-common/bits/sdh.h>
 #include <asm/mach-common/bits/dma.h>
index 42e208cfb60fcc79f0cd0fd1d565c3facf5543e8..0c2d2ef1a9671ad783d1d3da2cf9a04d2b793e96 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/mii.h>
 
 #include <asm/blackfin.h>
+#include <asm/clock.h>
 #include <asm/portmux.h>
 #include <asm/mach-common/bits/dma.h>
 #include <asm/mach-common/bits/emac.h>
index 35268ba58ef00b1c18e18ccecd7f0b0c85e3f0b9..65fff887d3ee2e2d50c199a9af337a5594849990 100644 (file)
@@ -11,6 +11,7 @@
 #include <usb.h>
 
 #include <asm/blackfin.h>
+#include <asm/clock.h>
 #include <asm/mach-common/bits/usb.h>
 
 #include "musb_core.h"