aboutsummaryrefslogtreecommitdiff
path: root/include/fsl_immap.h
diff options
context:
space:
mode:
authorTom Rini2024-04-27 08:10:57 -0600
committerTom Rini2024-05-06 15:05:04 -0600
commit702841b56e9113acd7dea78c432cfd186c0293f4 (patch)
treed990be55f1a47e76905fe0242d62b14b24fdedfb /include/fsl_immap.h
parente51478ba42687234c1b13720be8a6573cb17624e (diff)
powerpc: Remove <common.h> and add needed includes
Remove <common.h> from all powerpc architecture files and when needed add missing include files directly. This typically involves using <asm/u-boot.h> instead due to the difficult nested structure of the PowerPC includes themselves. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/fsl_immap.h')
-rw-r--r--include/fsl_immap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fsl_immap.h b/include/fsl_immap.h
index 5297c0b3f9b..54d6e0ab377 100644
--- a/include/fsl_immap.h
+++ b/include/fsl_immap.h
@@ -7,6 +7,9 @@
#ifndef __FSL_IMMAP_H
#define __FSL_IMMAP_H
+
+#include <linux/types.h>
+
/*
* DDR memory controller registers
* This structure works for mpc83xx (DDR2 and DDR3), mpc85xx, mpc86xx.