From: Alex Deucher Date: Mon, 20 Aug 2012 14:57:22 +0000 (-0400) Subject: ACPI: export symbol acpi_get_table_with_size X-Git-Tag: v3.0.43~23 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=92c4d2258b758e9068a0a255614b9667e77e0d59;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/acpi/acpica/tbxface.c b/drivers/acpi/acpica/tbxface.c index 4b7085dfc683..55edd4ae0a01 100644 --- a/drivers/acpi/acpica/tbxface.c +++ b/drivers/acpi/acpica/tbxface.c @@ -435,6 +435,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,