From e6f6f9e64882ddf242437c73fdd9ff06a8eb7c21 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:39:58 -0600 Subject: common: Drop part.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- include/initcall.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/initcall.h') diff --git a/include/initcall.h b/include/initcall.h index b5acdd01bdb..c871767e20a 100644 --- a/include/initcall.h +++ b/include/initcall.h @@ -8,6 +8,10 @@ typedef int (*init_fnc_t)(void); +#ifdef CONFIG_EFI_APP +#include +#endif + /* * To enable debugging. add #define DEBUG at the top of the including file. * -- cgit v1.2.3 From f7ae49fc4f363a803dab3be078e93ead8e75a8e9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:05 -0600 Subject: common: Drop log.h from common header Move this header out of the common header. Signed-off-by: Simon Glass --- include/initcall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/initcall.h') diff --git a/include/initcall.h b/include/initcall.h index c871767e20a..41b74dc52d2 100644 --- a/include/initcall.h +++ b/include/initcall.h @@ -8,6 +8,7 @@ typedef int (*init_fnc_t)(void); +#include #ifdef CONFIG_EFI_APP #include #endif -- cgit v1.2.3