Skip to content
Snippets Groups Projects
Commit 130fbeb1 authored by Tom Rini's avatar Tom Rini
Browse files

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


With d6a320d5 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: default avatarTom Rini <trini@ti.com>
parent 17eb1d8f
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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>
......
......@@ -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)
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment