From b1b86099a6e2ca383e8afec9878eb67a7c2298b5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:45:11 -0700 Subject: common: Collect all the header files together There are many header files included here. Put them all together since the blank lines are not useful. Signed-off-by: Simon Glass --- include/common.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 32999f9cbf..388d98a1db 100644 --- a/include/common.h +++ b/include/common.h @@ -14,7 +14,6 @@ #define __COMMON_H_ 1 #ifndef __ASSEMBLY__ /* put C only stuff in this section */ - #include #include #include @@ -30,43 +29,20 @@ #include #include #include - #include #include #include - #include - #include /* boot information for Linux kernel */ #include /* global data used for startup functions */ - -/* startup functions, used in: - * common/board_f.c - * common/init/board_init.c - * common/board_r.c - * common/board_info.c - */ #include - #include - -/* lib/uuid.c */ #include - -/* lib/vsprintf.c */ #include - -/* lib/net_utils.c */ #include - #include - -#else /* __ASSEMBLY__ */ - #endif /* __ASSEMBLY__ */ -/* Put only stuff here that the assembler can digest */ - /* Pull in stuff for the build system */ #ifdef DO_DEPS_ONLY # include -- cgit