Skip to content

Commit

Permalink
efi_loader: remove unnecessary include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
xypron authored and agraf committed May 3, 2018
1 parent 27b6e1a commit e62d2cd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/efi_loader/efi_boottime.c
Expand Up @@ -11,7 +11,6 @@
#include <efi_loader.h>
#include <environment.h>
#include <malloc.h>
#include <asm/global_data.h>
#include <linux/libfdt_env.h>
#include <u-boot/crc.h>
#include <bootm.h>
Expand Down
1 change: 0 additions & 1 deletion lib/efi_loader/efi_image_loader.c
Expand Up @@ -11,7 +11,6 @@
#include <common.h>
#include <efi_loader.h>
#include <pe.h>
#include <asm/global_data.h>

const efi_guid_t efi_global_variable_guid = EFI_GLOBAL_VARIABLE_GUID;
const efi_guid_t efi_guid_device_path = DEVICE_PATH_GUID;
Expand Down
1 change: 0 additions & 1 deletion lib/efi_loader/efi_memory.c
Expand Up @@ -11,7 +11,6 @@
#include <inttypes.h>
#include <malloc.h>
#include <watchdog.h>
#include <asm/global_data.h>
#include <linux/list_sort.h>

DECLARE_GLOBAL_DATA_PTR;
Expand Down
1 change: 0 additions & 1 deletion lib/efi_loader/efi_runtime.c
Expand Up @@ -11,7 +11,6 @@
#include <dm.h>
#include <efi_loader.h>
#include <rtc.h>
#include <asm/global_data.h>

/* For manual relocation support */
DECLARE_GLOBAL_DATA_PTR;
Expand Down

0 comments on commit e62d2cd

Please sign in to comment.