efi_loader: duplicate IMAGE_SUBSYSTEM_EFI_APPLICATION
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 11 Jul 2019 04:07:40 +0000 (06:07 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 16 Jul 2019 22:17:14 +0000 (22:17 +0000)
commit38671d4f1cd44c22e5485606034ed5f3be9f1211
treef04bd7dff3ac0265eb46031a3b382b60f108f6ab
parent9c94e0a64490b90d48995a8230499167c0bdca68
efi_loader: duplicate IMAGE_SUBSYSTEM_EFI_APPLICATION

IMAGE_SUBSYSTEM_EFI_APPLICATION is already defined in
include/asm-generic/pe.h which is included in include/pe.h. We should
not define it twice.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/pe.h