diff mbox series

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

Message ID 20171022124508.12653-6-xypron.glpk@gmx.de
State Superseded, archived
Delegated to: Alexander Graf
Headers show
Series efi_loader: clean up protocol services | expand

Commit Message

Heinrich Schuchardt Oct. 22, 2017, 12:45 p.m. UTC
INTN is not used in the coding.

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

Comments

Simon Glass Nov. 6, 2017, 5:02 p.m. UTC | #1
On 22 October 2017 at 06:45, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> INTN is not used in the coding.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  include/efi_api.h | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

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