--- zzzz-none-000/linux-3.10.107/include/linux/sfi_acpi.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/include/linux/sfi_acpi.h 2021-02-04 17:41:59.000000000 +0000 @@ -59,9 +59,10 @@ #ifndef _LINUX_SFI_ACPI_H #define _LINUX_SFI_ACPI_H -#ifdef CONFIG_SFI -#include /* struct acpi_table_header */ +#include +#include +#ifdef CONFIG_SFI extern int sfi_acpi_table_parse(char *signature, char *oem_id, char *oem_table_id, int (*handler)(struct acpi_table_header *)); @@ -75,7 +76,6 @@ return sfi_acpi_table_parse(signature, NULL, NULL, handler); } #else /* !CONFIG_SFI */ - static inline int sfi_acpi_table_parse(char *signature, char *oem_id, char *oem_table_id, int (*handler)(struct acpi_table_header *))