Skip to content

Commit ca1fdab

Browse files
committed
Merge tag 'efi-urgent-for-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Pull EFI fixes from Ard Biesheuvel: - remove pointless include of asm/efi.h, which does not exist on ia64 - fix DXE service marshalling prototype for mixed mode * tag 'efi-urgent-for-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi: efi/x86: libstub: Fix typo in __efi64_argmap* name efi: sysfb_efi: remove unnecessary <asm/efi.h> include
2 parents 0273fd4 + aa6d1ed commit ca1fdab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

arch/x86/include/asm/efi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ static inline u32 efi64_convert_status(efi_status_t status)
323323
#define __efi64_argmap_get_memory_space_descriptor(phys, desc) \
324324
(__efi64_split(phys), (desc))
325325

326-
#define __efi64_argmap_set_memory_space_descriptor(phys, size, flags) \
326+
#define __efi64_argmap_set_memory_space_attributes(phys, size, flags) \
327327
(__efi64_split(phys), __efi64_split(size), __efi64_split(flags))
328328

329329
/*

drivers/firmware/efi/sysfb_efi.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#include <linux/sysfb.h>
2727
#include <video/vga.h>
2828

29-
#include <asm/efi.h>
30-
3129
enum {
3230
OVERRIDE_NONE = 0x0,
3331
OVERRIDE_BASE = 0x1,

0 commit comments

Comments
 (0)