diff options
author | Simon Glass <sjg@chromium.org> | 2020-05-10 11:40:05 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-18 21:19:18 -0400 |
commit | f7ae49fc4f363a803dab3be078e93ead8e75a8e9 (patch) | |
tree | a40dc0c2d47875a8b069c8704808e2dc8f9db5fa /drivers/fpga | |
parent | 3c7dded8e179ee213c8267c892720b84a7a59fd5 (diff) |
common: Drop log.h from common header
Move this header out of the common header.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/fpga')
-rw-r--r-- | drivers/fpga/altera.c | 1 | ||||
-rw-r--r-- | drivers/fpga/fpga.c | 1 | ||||
-rw-r--r-- | drivers/fpga/ivm_core.c | 1 | ||||
-rw-r--r-- | drivers/fpga/lattice.c | 1 | ||||
-rw-r--r-- | drivers/fpga/socfpga_arria10.c | 1 | ||||
-rw-r--r-- | drivers/fpga/stratix10.c | 1 | ||||
-rw-r--r-- | drivers/fpga/stratixv.c | 1 | ||||
-rw-r--r-- | drivers/fpga/versalpl.c | 1 | ||||
-rw-r--r-- | drivers/fpga/xilinx.c | 1 | ||||
-rw-r--r-- | drivers/fpga/zynqmppl.c | 1 | ||||
-rw-r--r-- | drivers/fpga/zynqpl.c | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/drivers/fpga/altera.c b/drivers/fpga/altera.c index 7c8f518509..bb27b3778f 100644 --- a/drivers/fpga/altera.c +++ b/drivers/fpga/altera.c @@ -13,6 +13,7 @@ #include <common.h> #include <errno.h> #include <ACEX1K.h> +#include <log.h> #include <stratixII.h> /* Define FPGA_DEBUG to 1 to get debug printf's */ diff --git a/drivers/fpga/fpga.c b/drivers/fpga/fpga.c index f7e5556805..fe3dfa1233 100644 --- a/drivers/fpga/fpga.c +++ b/drivers/fpga/fpga.c @@ -7,6 +7,7 @@ /* Generic FPGA support */ #include <common.h> /* core U-Boot definitions */ #include <init.h> +#include <log.h> #include <xilinx.h> /* xilinx specific definitions */ #include <altera.h> /* altera specific definitions */ #include <lattice.h> diff --git a/drivers/fpga/ivm_core.c b/drivers/fpga/ivm_core.c index 6c6e5c385a..adc60919f3 100644 --- a/drivers/fpga/ivm_core.c +++ b/drivers/fpga/ivm_core.c @@ -30,6 +30,7 @@ */ #include <common.h> +#include <log.h> #include <linux/string.h> #include <malloc.h> #include <lattice.h> diff --git a/drivers/fpga/lattice.c b/drivers/fpga/lattice.c index 30bec7feef..2cf4a602d7 100644 --- a/drivers/fpga/lattice.c +++ b/drivers/fpga/lattice.c @@ -11,6 +11,7 @@ */ #include <common.h> +#include <log.h> #include <malloc.h> #include <fpga.h> #include <lattice.h> diff --git a/drivers/fpga/socfpga_arria10.c b/drivers/fpga/socfpga_arria10.c index 6a3ad6a969..272f6d5e5f 100644 --- a/drivers/fpga/socfpga_arria10.c +++ b/drivers/fpga/socfpga_arria10.c @@ -3,6 +3,7 @@ * Copyright (C) 2017-2019 Intel Corporation <www.intel.com> */ #include <image.h> +#include <log.h> #include <asm/io.h> #include <asm/arch/fpga_manager.h> #include <asm/arch/reset_manager.h> diff --git a/drivers/fpga/stratix10.c b/drivers/fpga/stratix10.c index d8e32508d4..802051069e 100644 --- a/drivers/fpga/stratix10.c +++ b/drivers/fpga/stratix10.c @@ -5,6 +5,7 @@ #include <common.h> #include <altera.h> +#include <log.h> #include <asm/arch/mailbox_s10.h> #define RECONFIG_STATUS_POLL_RESP_TIMEOUT_MS 60000 diff --git a/drivers/fpga/stratixv.c b/drivers/fpga/stratixv.c index 236a730804..650b1b136e 100644 --- a/drivers/fpga/stratixv.c +++ b/drivers/fpga/stratixv.c @@ -5,6 +5,7 @@ #include <common.h> #include <altera.h> +#include <log.h> #include <spi.h> #include <asm/io.h> #include <linux/errno.h> diff --git a/drivers/fpga/versalpl.c b/drivers/fpga/versalpl.c index 8ab19e0c74..b96519e1a4 100644 --- a/drivers/fpga/versalpl.c +++ b/drivers/fpga/versalpl.c @@ -6,6 +6,7 @@ #include <common.h> #include <cpu_func.h> +#include <log.h> #include <asm/arch/sys_proto.h> #include <memalign.h> #include <versalpl.h> diff --git a/drivers/fpga/xilinx.c b/drivers/fpga/xilinx.c index 4b0334b6be..cbebefb55f 100644 --- a/drivers/fpga/xilinx.c +++ b/drivers/fpga/xilinx.c @@ -13,6 +13,7 @@ #include <common.h> #include <fpga.h> +#include <log.h> #include <virtex2.h> #include <spartan2.h> #include <spartan3.h> diff --git a/drivers/fpga/zynqmppl.c b/drivers/fpga/zynqmppl.c index a2a5f9cbbe..b995bcc008 100644 --- a/drivers/fpga/zynqmppl.c +++ b/drivers/fpga/zynqmppl.c @@ -8,6 +8,7 @@ #include <console.h> #include <common.h> #include <cpu_func.h> +#include <log.h> #include <zynqmppl.h> #include <zynqmp_firmware.h> #include <asm/cache.h> diff --git a/drivers/fpga/zynqpl.c b/drivers/fpga/zynqpl.c index 6370cafb23..e9bf3a6180 100644 --- a/drivers/fpga/zynqpl.c +++ b/drivers/fpga/zynqpl.c @@ -9,6 +9,7 @@ #include <common.h> #include <console.h> #include <cpu_func.h> +#include <log.h> #include <asm/cache.h> #include <asm/io.h> #include <fs.h> |