efi_loader: attribute EFIAPI of efi_locate handle()
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Wed, 9 Aug 2017 18:55:00 +0000 (20:55 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 11 Aug 2017 08:57:10 +0000 (10:57 +0200)
commitebf199b92f81d4c1228200bfc138aa32928bf373
tree27d12b441e52f4caa87e3c1ff7e0a73b38959161
parentb24065c4ef21687787a74eef22dfa9232096f965
efi_loader: attribute EFIAPI of efi_locate handle()

efi_locate_handle is called internally so it should not be
marked as EFIAPI.

The external function is efi_locate_handle_ext.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c