mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-22 16:12:37 +00:00
![]() The header uses the EXPORT_FUNC() macro defined in <grub/types.h> but doesn't include it, which leads to the following compile error on arm: ../include/grub/cpu/system.h:12:13: error: ‘EXPORT_FUNC’ declared as function returning a function 12 | extern void EXPORT_FUNC(grub_arm_disable_caches_mmu) (void); | ^~~~~~~~~~~ ../include/grub/cpu/system.h:12:1: warning: parameter names (without types) in function declaration 12 | extern void EXPORT_FUNC(grub_arm_disable_caches_mmu) (void); | ^~~~~~ make[3]: *** [Makefile:36581: kern/efi/kernel_exec-sb.o] Error 1 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> |
||
---|---|---|
.. | ||
coreboot | ||
efi | ||
uboot | ||
cros_ec.h | ||
linux.h | ||
reloc.h | ||
setjmp.h | ||
startup.h | ||
system.h | ||
time.h | ||
types.h |