Commit adba2a87 authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown

ACPI: static acpi_find_dsdt_initrd()

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent bfaed45e
...@@ -325,7 +325,7 @@ acpi_os_predefined_override(const struct acpi_predefined_names *init_val, ...@@ -325,7 +325,7 @@ acpi_os_predefined_override(const struct acpi_predefined_names *init_val,
} }
#ifdef CONFIG_ACPI_CUSTOM_DSDT_INITRD #ifdef CONFIG_ACPI_CUSTOM_DSDT_INITRD
struct acpi_table_header *acpi_find_dsdt_initrd(void) static struct acpi_table_header *acpi_find_dsdt_initrd(void)
{ {
struct file *firmware_file; struct file *firmware_file;
mm_segment_t oldfs; mm_segment_t oldfs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment