|
@@ -66,7 +66,7 @@ extern int sfi_acpi_table_parse(char *signature, char *oem_id,
|
|
|
char *oem_table_id,
|
|
|
int (*handler)(struct acpi_table_header *));
|
|
|
|
|
|
-static inline int acpi_sfi_table_parse(char *signature,
|
|
|
+static inline int __init acpi_sfi_table_parse(char *signature,
|
|
|
int (*handler)(struct acpi_table_header *))
|
|
|
{
|
|
|
if (!acpi_table_parse(signature, handler))
|
|
@@ -83,7 +83,7 @@ static inline int sfi_acpi_table_parse(char *signature, char *oem_id,
|
|
|
return -1;
|
|
|
}
|
|
|
|
|
|
-static inline int acpi_sfi_table_parse(char *signature,
|
|
|
+static inline int __init acpi_sfi_table_parse(char *signature,
|
|
|
int (*handler)(struct acpi_table_header *))
|
|
|
{
|
|
|
return acpi_table_parse(signature, handler);
|