diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-07-01 07:22:14 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-07-03 04:39:42 +0000 |
commit | de5bcd699a7e69ae4fe8992c21a5704b192ba740 (patch) | |
tree | ead5fb0c6fd10307df2329709eed92c0351b0704 /src/arch/arm64 | |
parent | 9f62ece0503449624931777f63f9d255fdc0c0f9 (diff) |
tree: Use <console/console.h> only when used
Change-Id: I3cb1f11beba61afdf2be6188bde9ff135f8ace50
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83288
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/arch/arm64')
-rw-r--r-- | src/arch/arm64/dma.c | 1 | ||||
-rw-r--r-- | src/arch/arm64/smbios.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/arm64/dma.c b/src/arch/arm64/dma.c index cdeb50fa09..ec81ab7d5e 100644 --- a/src/arch/arm64/dma.c +++ b/src/arch/arm64/dma.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <stdlib.h> int dma_coherent(const void *ptr) diff --git a/src/arch/arm64/smbios.c b/src/arch/arm64/smbios.c index f0be956cd5..4bf35c4c17 100644 --- a/src/arch/arm64/smbios.c +++ b/src/arch/arm64/smbios.c @@ -3,7 +3,6 @@ #include <arch/cache.h> #include <arch/lib_helpers.h> #include <arch/smc.h> -#include <console/console.h> #include <smbios.h> #include <stdio.h> |