From: Heinrich Schuchardt Date: Mon, 6 Nov 2017 20:17:46 +0000 (+0100) Subject: efi_loader: remove unused typedef for INTN X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=7e82449495eef28dddb6160385ab546eac212500;p=u-boot.git efi_loader: remove unused typedef for INTN INTN is not used in the coding. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass Signed-off-by: Alexander Graf --- diff --git a/include/efi_api.h b/include/efi_api.h index fcd7483ab2..8ea44b1a7a 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -29,7 +29,6 @@ enum efi_timer_delay { }; #define UINTN size_t -typedef long INTN; typedef uint16_t *efi_string_t; #define EVT_TIMER 0x80000000