summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2022-04-06 14:30:07 +0800
committerStefano Babic <[email protected]>2022-04-12 17:33:56 +0200
commit8576f1a67a632ab07623b6cb0b95d3e8465b978a (patch)
tree61d3283f1f4722f5e6efee5faa99eca6347b6300
parent38149cd0cc46924cd617faac1d07f15a727c313d (diff)
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 <[email protected]>
-rw-r--r--arch/arm/include/asm/arch-imx8ulp/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8ulp/clock.h b/arch/arm/include/asm/arch-imx8ulp/clock.h
index c0f32cc087f..d7c92f7058d 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 <asm/arch/pcc.h>
+#include <asm/arch/cgc.h>
+
/* Mainly for compatible to imx common code. */
enum mxc_clock {
MXC_ARM_CLK = 0,