x86: Remove <common.h> and add needed includes

Remove <common.h> from all x86 architecture files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-27 08:10:56 -06:00
parent 5c4bcc7c73
commit e51478ba42
172 changed files with 54 additions and 163 deletions

View File

@@ -6,7 +6,6 @@
* Microcode update for Intel PIII and later CPUs
*/
#include <common.h>
#include <errno.h>
#include <fdtdec.h>
#include <log.h>