|
@@ -63,8 +63,6 @@
|
|
|
#include <linux/sfi.h>
|
|
|
|
|
|
#ifdef CONFIG_SFI
|
|
|
-#include <acpi/acpi.h> /* FIXME: inclusion should be removed */
|
|
|
-
|
|
|
extern int sfi_acpi_table_parse(char *signature, char *oem_id,
|
|
|
char *oem_table_id,
|
|
|
int (*handler)(struct acpi_table_header *));
|
|
@@ -78,7 +76,6 @@ static inline int __init acpi_sfi_table_parse(char *signature,
|
|
|
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 *))
|