]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ACPI: export symbol acpi_get_table_with_size
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 20 Aug 2012 14:57:22 +0000 (10:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 17:00:39 +0000 (10:00 -0700)
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/acpica/tbxface.c

index 4b7085dfc683bdef506be4fa62d0f29ae8af0465..55edd4ae0a01d3c13a18d09d09b45a631badfce2 100644 (file)
@@ -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,