[U-Boot] [PATCH v2 5/9] efi_loader: remove unused typedef for INTN
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon Nov 6 20:17:46 UTC 2017
INTN is not used in the coding.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
v2
no change
---
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.11.0
More information about the U-Boot
mailing list