]> Git Repo - J-u-boot.git/commitdiff
arm: do not include efi_loader.h twice
authorHeinrich Schuchardt <[email protected]>
Mon, 1 Oct 2018 03:03:30 +0000 (05:03 +0200)
committerAlexander Graf <[email protected]>
Tue, 16 Oct 2018 14:41:01 +0000 (16:41 +0200)
We should not include the same include twice.

Fixes: 99b8db7291ce ("arm: print information about loaded UEFI images")
Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
arch/arm/lib/interrupts.c

index 930b25ccb81839e7b8dfe5af31af39455909bcfc..ee775ce5d2641b4bc7c77f117ba413c4e7257a87 100644 (file)
@@ -22,7 +22,6 @@
 #include <efi_loader.h>
 #include <asm/proc-armv/ptrace.h>
 #include <asm/u-boot-arm.h>
-#include <efi_loader.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
This page took 0.030346 seconds and 4 git commands to generate.