mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
efi_loader: remove unnecessary include
asm/global_data.h is already included via common.h. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
503e04fab8
commit
1f0532ca15
4 changed files with 0 additions and 4 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <dm.h>
|
||||
#include <efi_loader.h>
|
||||
#include <rtc.h>
|
||||
#include <asm/global_data.h>
|
||||
|
||||
/* For manual relocation support */
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue