From: Peng Fan Date: Wed, 6 Apr 2022 06:30:07 +0000 (+0800) Subject: imx: imx8ulp: include pcc/cgc header in clock header X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=8576f1a67a632ab07623b6cb0b95d3e8465b978a;p=u-boot.git imx: imx8ulp: include pcc/cgc header in clock header With this change, we no need to include pcc/cgc header files both. Signed-off-by: Peng Fan --- diff --git a/arch/arm/include/asm/arch-imx8ulp/clock.h b/arch/arm/include/asm/arch-imx8ulp/clock.h index c0f32cc087..d7c92f7058 100644 --- a/arch/arm/include/asm/arch-imx8ulp/clock.h +++ b/arch/arm/include/asm/arch-imx8ulp/clock.h @@ -6,6 +6,9 @@ #ifndef _ASM_ARCH_IMX8ULP_CLOCK_H #define _ASM_ARCH_IMX8ULP_CLOCK_H +#include +#include + /* Mainly for compatible to imx common code. */ enum mxc_clock { MXC_ARM_CLK = 0,