Re: [PATCH 03/22] x86: mp_init: Avoid declarations in header files

2020-06-10 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH 03/22] x86: mp_init: Avoid declarations in header files > > The functions used by the flight plan are declared in the header file but > are not used in any other file. > > Move the flight plan steps do

[PATCH 03/22] x86: mp_init: Avoid declarations in header files

2020-05-21 Thread Simon Glass
The functions used by the flight plan are declared in the header file but are not used in any other file. Move the flight plan steps down to just above where it is used so that we can make these function static. Signed-off-by: Simon Glass --- arch/x86/cpu/mp_init.c| 40 +++-