소스 검색

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
Alex Deucher 13 년 전
부모
커밋
4f81f98676
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      drivers/acpi/acpica/tbxface.c

+ 1 - 0
drivers/acpi/acpica/tbxface.c

@@ -387,6 +387,7 @@ acpi_get_table_with_size(char *signature,
 
 
 	return (AE_NOT_FOUND);
 	return (AE_NOT_FOUND);
 }
 }
+ACPI_EXPORT_SYMBOL(acpi_get_table_with_size)
 
 
 acpi_status
 acpi_status
 acpi_get_table(char *signature,
 acpi_get_table(char *signature,