mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 02:08:04 +00:00
HV: prototyping non-static function
Includes header file of non-static function, and declare the in-file use function static. Signed-off-by: Yang, Yu-chu <yu-chu.yang@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -175,7 +175,7 @@ probe_table(uint64_t address, const char *sig)
|
||||
return 1;
|
||||
}
|
||||
|
||||
void *get_acpi_tbl(const char *sig)
|
||||
static void *get_acpi_tbl(const char *sig)
|
||||
{
|
||||
struct acpi_table_rsdp *rsdp;
|
||||
struct acpi_table_rsdt *rsdt;
|
||||
|
Reference in New Issue
Block a user