Commit
130fbeb1c51f19a2b81c4e27d23da735b5b235d4
Exists in
master
and in
50 other branches
8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf_v2022.04, emb_lf_v2023.04, imx_v2015.04_4.1.15_1.0.0_ga, pitx_8mp_lf_v2020.04, smarc-8m-android-10.0.0_2.6.0, smarc-8m-android-11.0.0_2.0.0, smarc-8mp-android-11.0.0_2.0.0, smarc-emmc-imx_v2014.04_3.10.53_1.1.0_ga, smarc-emmc-imx_v2014.04_3.14.28_1.0.0_ga, smarc-imx-l5.0.0_1.0.0-ga, smarc-imx6_v2018.03_4.14.98_2.0.0_ga, smarc-imx7_v2017.03_4.9.11_1.0.0_ga, smarc-imx7_v2018.03_4.14.98_2.0.0_ga, smarc-imx_v2014.04_3.14.28_1.0.0_ga, smarc-imx_v2015.04_4.1.15_1.0.0_ga, smarc-imx_v2017.03_4.9.11_1.0.0_ga, smarc-imx_v2017.03_4.9.88_2.0.0_ga, smarc-imx_v2017.03_o8.1.0_1.3.0_8m, smarc-imx_v2018.03_4.14.78_1.0.0_ga, smarc-m6.0.1_2.1.0-ga, smarc-n7.1.2_2.0.0-ga, smarc-rel_imx_4.1.15_2.0.0_ga, smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8m-imx_v2019.04_4.19.35_1.1.0, smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2019.04_4.19.35_1.1.0, smarc_8mm-imx_v2020.04_5.4.24_2.1.0, smarc_8mp_lf_v2020.04, smarc_8mq-imx_v2020.04_5.4.24_2.1.0, smarc_8mq_lf_v2020.04, ti-u-boot-2015.07, v2014.04, v2014.04-smarct33, v2014.04-smarct33-emmc, v2014.04-smartmen, v2014.07, v2014.07-smarct33, v2014.07-smartmen, v2015.07-smarct33, v2015.07-smarct33-emmc, v2015.07-smarct4x, v2016.05-dlt, v2016.05-smarct3x, v2016.05-smarct3x-emmc, v2016.05-smarct4x, v2017.01-smarct3x, v2017.01-smarct3x-emmc, v2017.01-smarct4x
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>
Showing
7 changed files
with
7 additions
and
0 deletions
Side-by-side Diff
... |
... |
@@ -23,6 +23,7 @@ |
23
|
23 |
|
24
|
24 |
#include <asm/cplb.h> |
25
|
25 |
#include <asm/mach-common/bits/mpu.h> |
|
26 |
+#include <asm/clock.h> |
26
|
27 |
#include <kgdb.h> |
27
|
28 |
|
28
|
29 |
#ifdef CONFIG_CMD_NAND |
... |
... |
@@ -11,6 +11,7 @@ |
11
|
11 |
#include <config.h> |
12
|
12 |
#include <malloc.h> |
13
|
13 |
#include <asm/blackfin.h> |
|
14 |
+#include <asm/clock.h> |
14
|
15 |
#include <asm/gpio.h> |
15
|
16 |
#include <asm/portmux.h> |
16
|
17 |
#include <asm/mach-common/bits/dma.h> |
... |
... |
@@ -18,6 +18,7 @@ |
18
|
18 |
#include <command.h> |
19
|
19 |
|
20
|
20 |
#include <asm/blackfin.h> |
|
21 |
+#include <asm/clock.h> |
21
|
22 |
#include <asm/mach-common/bits/otp.h> |
22
|
23 |
|
23
|
24 |
static const char *otp_strerror(uint32_t err) |
... |
... |
@@ -12,6 +12,7 @@ |
12
|
12 |
#include <command.h> |
13
|
13 |
#include <config.h> |
14
|
14 |
#include <asm/byteorder.h> |
|
15 |
+#include <asm/clock.h> |
15
|
16 |
#include <asm/io.h> |
16
|
17 |
#include <asm/errno.h> |
17
|
18 |
#include <asm/portmux.h> |
... |
... |
@@ -15,6 +15,7 @@ |
15
|
15 |
#include <asm/errno.h> |
16
|
16 |
#include <asm/byteorder.h> |
17
|
17 |
#include <asm/blackfin.h> |
|
18 |
+#include <asm/clock.h> |
18
|
19 |
#include <asm/portmux.h> |
19
|
20 |
#include <asm/mach-common/bits/sdh.h> |
20
|
21 |
#include <asm/mach-common/bits/dma.h> |
... |
... |
@@ -16,6 +16,7 @@ |
16
|
16 |
#include <linux/mii.h> |
17
|
17 |
|
18
|
18 |
#include <asm/blackfin.h> |
|
19 |
+#include <asm/clock.h> |
19
|
20 |
#include <asm/portmux.h> |
20
|
21 |
#include <asm/mach-common/bits/dma.h> |
21
|
22 |
#include <asm/mach-common/bits/emac.h> |
... |
... |
@@ -11,6 +11,7 @@ |
11
|
11 |
#include <usb.h> |
12
|
12 |
|
13
|
13 |
#include <asm/blackfin.h> |
|
14 |
+#include <asm/clock.h> |
14
|
15 |
#include <asm/mach-common/bits/usb.h> |
15
|
16 |
|
16
|
17 |
#include "musb_core.h" |