aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/relocate.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-27 08:10:56 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:05:03 -0600
commite51478ba42687234c1b13720be8a6573cb17624e (patch)
tree86cf22a6e6e58342b2d875f6b1a2073b6a6b8243 /arch/x86/lib/relocate.c
parent5c4bcc7c73997ce5dfd1bcbdac6f7318170eec1e (diff)
downloadu-boot-e51478ba42687234c1b13720be8a6573cb17624e.zip
u-boot-e51478ba42687234c1b13720be8a6573cb17624e.tar.gz
u-boot-e51478ba42687234c1b13720be8a6573cb17624e.tar.bz2
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>
Diffstat (limited to 'arch/x86/lib/relocate.c')
-rw-r--r--arch/x86/lib/relocate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/lib/relocate.c b/arch/x86/lib/relocate.c
index da819b9..9ce5606 100644
--- a/arch/x86/lib/relocate.c
+++ b/arch/x86/lib/relocate.c
@@ -14,7 +14,6 @@
* Marius Groeger <mgroeger@sysgo.de>
*/
-#include <common.h>
#include <log.h>
#include <relocate.h>
#include <asm/global_data.h>