summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/sipi.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/x86/include/asm/sipi.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/x86/include/asm/sipi.h')
-rw-r--r--arch/x86/include/asm/sipi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/sipi.h b/arch/x86/include/asm/sipi.h
index 2483422528..9e11f20e03 100644
--- a/arch/x86/include/asm/sipi.h
+++ b/arch/x86/include/asm/sipi.h
@@ -13,6 +13,8 @@
#ifndef __ASSEMBLY__
/**
+#include <compiler.h>
+#include <asm/types.h>
* struct sipi_params_16bit - 16-bit SIPI entry-point parameters
*
* These are set up in the same space as the SIPI 16-bit code so that each AP