summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 07:35:58 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:06:34 -0600
commit935b60f883c5e9a7d83122f4993cf7ccd18b6066 (patch)
tree42b1d2862237698dae81ca2cb86d99209bdbcb31 /arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c
parent42a35b4a02f4e43126366a10c62d0446cc95bb9c (diff)
arm: fsl-layerscape: Remove <common.h> and add needed includes
Remove <common.h> from all fsl-layerscape related files and when needed add missing include files directly. Acked-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c')
-rw-r--r--arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c b/arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c
index 23743ae10cf..3a076ca04f6 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c
+++ b/arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c
@@ -3,10 +3,11 @@
* Copyright 2019 NXP
*/
-#include <common.h>
+#include <config.h>
#include <asm/arch-fsl-layerscape/immap_lsch3.h>
#include <asm/arch-fsl-layerscape/fsl_icid.h>
#include <asm/arch-fsl-layerscape/fsl_portals.h>
+#include <asm/arch/stream_id_lsch3.h>
struct icid_id_table icid_tbl[] = {
SET_SDHC_ICID(1, FSL_SDMMC_STREAM_ID),