]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/EnrollDefaultKeys: remove unneeded EFIAPI call. conv. specifiers
authorLaszlo Ersek <lersek@redhat.com>
Thu, 25 Apr 2019 13:02:55 +0000 (15:02 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 30 Apr 2019 12:26:35 +0000 (14:26 +0200)
commita2491a6c82e4c64df637ab60493a5a625bd4c521
tree35d6e72dd9abce4617bce18c1efdef5a8a28d836
parente0d612356e8413362967dc191f02b09c8c924033
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 <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@arm.com>
Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1747
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Gary Lin <glin@suse.com>
OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c