summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/spl.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-08-02 16:59:37 -0600
committerTom Rini <trini@konsulko.com>2020-08-18 17:36:52 -0400
commita186579d2697e2205ac52d9795ee39a6617e6426 (patch)
tree7575868487d0a463f81eec230b161441d1df1ccf /arch/arm/mach-rockchip/spl.c
parent0b3b102f648aa82e5e44f38c300e8e94098b15dc (diff)
downloadu-boot-a186579d2697e2205ac52d9795ee39a6617e6426.tar.gz
common: Drop linux/types.h from common headerWIP/2020-08-17-reduce-common
Move this out of the common header and include it only where needed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/spl.c')
-rw-r--r--arch/arm/mach-rockchip/spl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/spl.c b/arch/arm/mach-rockchip/spl.c
index e20b83a490..6f7c9c9e62 100644
--- a/arch/arm/mach-rockchip/spl.c
+++ b/arch/arm/mach-rockchip/spl.c
@@ -4,6 +4,7 @@
*/
#include <common.h>
+#include <compiler.h>
#include <debug_uart.h>
#include <dm.h>
#include <hang.h>
@@ -18,6 +19,7 @@
#include <asm/io.h>
#include <linux/bitops.h>
#include <linux/kernel.h>
+#include <linux/types.h>
DECLARE_GLOBAL_DATA_PTR;