From: Marco Felsch <[email protected]>

Add missing includes else atf_common.h depends on the include order.

Signed-off-by: Marco Felsch <[email protected]>
Signed-off-by: Ahmad Fatoum <[email protected]>
---
v1 - > v2:
  - split off preparatory patch from
    
https://lore.barebox.org/barebox/20251110-v2025-09-0-topic-optee-of-handling-v1-0-8f0625ac5...@pengutronix.de/T/#t
---
 arch/arm/include/asm/atf_common.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/include/asm/atf_common.h 
b/arch/arm/include/asm/atf_common.h
index ab99cd3ac142..11d3801da1cc 100644
--- a/arch/arm/include/asm/atf_common.h
+++ b/arch/arm/include/asm/atf_common.h
@@ -11,6 +11,9 @@
 #ifndef __BL_COMMON_H__
 #define __BL_COMMON_H__
 
+#include <linux/sizes.h>
+#include <linux/types.h>
+
 #define ATF_PARAM_EP           0x01
 #define ATF_PARAM_IMAGE_BINARY 0x02
 #define ATF_PARAM_BL31         0x03
-- 
2.47.3


Reply via email to