From a2491a6c82e4c64df637ab60493a5a625bd4c521 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 25 Apr 2019 15:02:55 +0200 Subject: OvmfPkg/EnrollDefaultKeys: remove unneeded EFIAPI call. conv. specifiers The GetExact(), GetSettings(), PrintSettings() functions are only called from within "EnrollDefaultKeys.c", and none of them take variable arguments. Drop their EFIAPI calling convention specifiers. Cc: Anthony Perard Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Julien Grall Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1747 Signed-off-by: Laszlo Ersek Reviewed-by: Philippe Mathieu-Daude Acked-by: Ard Biesheuvel Reviewed-by: Gary Lin --- OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'OvmfPkg/EnrollDefaultKeys') diff --git a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c b/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c index be0e4d8f8e..671efef8d6 100644 --- a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c +++ b/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c @@ -811,7 +811,6 @@ Out: STATIC EFI_STATUS -EFIAPI GetExact ( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, @@ -855,7 +854,6 @@ typedef struct { STATIC EFI_STATUS -EFIAPI GetSettings ( OUT SETTINGS *Settings ) @@ -894,7 +892,6 @@ GetSettings ( STATIC VOID -EFIAPI PrintSettings ( IN CONST SETTINGS *Settings ) -- cgit v1.2.3