[U-Boot] [PATCH 5/9] efi_loader: remove unused typedef for INTN

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Oct 22 12:45:04 UTC 2017


INTN is not used in the coding.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 include/efi_api.h | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.14.2



More information about the U-Boot mailing list