summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorNigel Croxon <ncroxon@redhat.com>2017-05-30 19:36:55 -0400
committerNigel Croxon <ncroxon@redhat.com>2017-05-30 19:36:55 -0400
commit08b72e8d99f17c34ef815df0f413a82567512dfb (patch)
tree6663beb99962c64db57218b64141b03d1e1edad5 /inc
parent72a19c3a00bd9d95cd0a1e073a71011a1031f572 (diff)
downloadgnu-efi-08b72e8d99f17c34ef815df0f413a82567512dfb.tar.gz
This typedef is already defined with the structure and can
generate an error ("typedef redefinition is only available in C11") with Clang. Signed-off-by: Pete Batard <pete@akeo.ie> Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/efiprot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/efiprot.h b/inc/efiprot.h
index 064a783..53fc560 100644
--- a/inc/efiprot.h
+++ b/inc/efiprot.h
@@ -827,7 +827,6 @@ typedef struct _EFI_UNICODE_COLLATION_PROTOCOL {
CHAR8 *SupportedLanguages;
} EFI_UNICODE_COLLATION_PROTOCOL;
-typedef struct _EFI_UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL;
typedef EFI_UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_INTERFACE;
/* Graphics output protocol */