aboutsummaryrefslogtreecommitdiff
path: root/include/handoff.h
diff options
context:
space:
mode:
authorTom Rini2024-04-27 08:11:00 -0600
committerTom Rini2024-05-06 15:05:04 -0600
commita79fc7a79cc9d4f7a46b19a4891484ac1e9ef599 (patch)
treeeb961c176292ac7e2dfbeb8fc374003d1226eb28 /include/handoff.h
parent301bac6047c85e2c5e39929805ca661bb09a7481 (diff)
common: Remove <common.h> and add needed includes
Remove <common.h> from all "commmon/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/handoff.h')
-rw-r--r--include/handoff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/handoff.h b/include/handoff.h
index 0104b834f2c..c0ae7b19a75 100644
--- a/include/handoff.h
+++ b/include/handoff.h
@@ -10,6 +10,7 @@
#if CONFIG_IS_ENABLED(HANDOFF)
+#include <linux/types.h>
#include <asm/handoff.h>
/**