projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
268ba0a
)
ACPI: export symbol acpi_get_table_with_size
author
Alex Deucher
<alexander.deucher@amd.com>
Mon, 20 Aug 2012 14:57:22 +0000
(10:57 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 20 Aug 2012 15:13:04 +0000
(11:13 -0400)
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
drivers/acpi/acpica/tbxface.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/acpica/tbxface.c
b/drivers/acpi/acpica/tbxface.c
index ea4c6d52605a2af79f141efab1f2615c87b0cab1..29e51bc013838c5d33cf1df0089331ae3380951b 100644
(file)
--- 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,