Hi all, After merging the tip tree, today's linux-next build (sparc64 defconfig) produced this warning: include/linux/efi.h:503:13: warning: 'efi_enter_virtual_mode' defined but not used [-Wunused-function] include/linux/efi.h:504:13: warning: 'efi_late_init' defined but not used [-Wunused-function] include/linux/efi.h:505:13: warning: 'efi_free_boot_services' defined but not used [-Wunused-function] Introduced by commit f383a1e37bc3 ("efi: Add a stub for efi_enter_virtual_mode on non-x86") and following patches. These function definitions should be "static inline". -- Cheers, Stephen Rothwell sfr@canb.auug.org.au