summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-spear/spr_syscntl.h
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/include/asm/arch-spear/spr_syscntl.h
parent0b3b102f648aa82e5e44f38c300e8e94098b15dc (diff)
downloadu-boot-WIP/2020-08-17-reduce-common.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/include/asm/arch-spear/spr_syscntl.h')
-rw-r--r--arch/arm/include/asm/arch-spear/spr_syscntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-spear/spr_syscntl.h b/arch/arm/include/asm/arch-spear/spr_syscntl.h
index 6a83d87d13..d4b259e3fa 100644
--- a/arch/arm/include/asm/arch-spear/spr_syscntl.h
+++ b/arch/arm/include/asm/arch-spear/spr_syscntl.h
@@ -7,6 +7,7 @@
#ifndef __SYSCTRL_H
#define __SYSCTRL_H
+#include <asm/types.h>
struct syscntl_regs {
u32 scctrl;
u32 scsysstat;