From e8c360ca4a02768d20f799ab408c7e99104f11db Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 18 Dec 2013 07:35:51 +0100 Subject: [PATCH] * include/grub/efi/api.h (PRIxGRUB_EFI_UINTN_T): Remove leftover. --- ChangeLog | 6 +++++- include/grub/efi/api.h | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f6e3800a5..6f1303fce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2013-12-18 Vladimir Serbinenko - * grub-core/loader/arm/linux.c: Use common initd functions. + * include/grub/efi/api.h (PRIxGRUB_EFI_UINTN_T): Remove leftover. + +2013-12-18 Vladimir Serbinenko + + * grub-core/loader/arm/linux.c: Use common initrd functions. 2013-12-18 Vladimir Serbinenko diff --git a/include/grub/efi/api.h b/include/grub/efi/api.h index c1c6981ed..c4b3acd22 100644 --- a/include/grub/efi/api.h +++ b/include/grub/efi/api.h @@ -467,8 +467,6 @@ typedef grub_uint64_t grub_efi_uint64_t; typedef grub_uint8_t grub_efi_char8_t; typedef grub_uint16_t grub_efi_char16_t; -#define PRIxGRUB_EFI_UINTN_T "lx" - typedef grub_efi_intn_t grub_efi_status_t; #define GRUB_EFI_ERROR_CODE(value) \