From: Heinrich Schuchardt Date: Mon, 6 Nov 2017 20:17:46 +0000 (+0100) Subject: efi_loader: remove unused typedef for INTN X-Git-Tag: v2018.01-rc2~58^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e82449495eef28dddb6160385ab546eac212500;p=platform%2Fkernel%2Fu-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 fcd7483..8ea44b1 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