hv: treewide: fix 'Function prototype/defn param type mismatch'

Fix the parameter type mismatch between API declaration and definition.

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Shiqing Gao
2018-08-01 10:22:37 +08:00
committed by lijinxia
parent cf8fd8cfbc
commit 51c75e9e3c
9 changed files with 27 additions and 25 deletions

View File

@@ -28,7 +28,7 @@ struct acpi_table_header {
uint32_t asl_compiler_revision;
};
uint16_t parse_madt(uint8_t *lapic_id_base);
uint16_t parse_madt(uint8_t lapic_id_array[MAX_PCPU_NUM]);
void *get_dmar_table(void);
#endif /* !ACPI_H */