summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2012-08-20 10:57:22 -0400
committerBen Hutchings <ben@decadent.org.uk>2012-09-12 03:37:18 +0100
commit3bef028e010d566b6f54e6bb9358726719cc52e7 (patch)
tree6e4790565689af33f16d2cd068d526c22c163893
parentaca20e420100cda3d32d68e640d84cc02d8b45ef (diff)
ACPI: export symbol acpi_get_table_with_size
commit 4f81f986761a7663db7d24d24cd6ae68008f1fc2 upstream. We need it in the radeon drm module to fetch and verify the vbios image on UEFI systems. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--drivers/acpi/acpica/tbxface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/tbxface.c b/drivers/acpi/acpica/tbxface.c
index e7d13f5d3f2d..d05f2fe9c81d 100644
--- a/drivers/acpi/acpica/tbxface.c
+++ b/drivers/acpi/acpica/tbxface.c
@@ -436,6 +436,7 @@ acpi_get_table_with_size(char *signature,
return (AE_NOT_FOUND);
}
+ACPI_EXPORT_SYMBOL(acpi_get_table_with_size)
acpi_status
acpi_get_table(char *signature,