From: Alex Deucher <alexander.deucher@amd.com>
Date: Mon, 20 Aug 2012 14:57:22 +0000 (-0400)
Subject: ACPI: export symbol acpi_get_table_with_size
X-Git-Tag: firefly_0821_release~3680^2~2167^2~6^2~4
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4f81f986761a7663db7d24d24cd6ae68008f1fc2;p=firefly-linux-kernel-4.4.55.git

ACPI: export symbol acpi_get_table_with_size

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>
Cc: stable@vger.kernel.org
---

diff --git a/drivers/acpi/acpica/tbxface.c b/drivers/acpi/acpica/tbxface.c
index ea4c6d52605a..29e51bc01383 100644
--- a/drivers/acpi/acpica/tbxface.c
+++ b/drivers/acpi/acpica/tbxface.c
@@ -387,6 +387,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,