mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 11:20:32 +00:00
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:
@@ -82,7 +82,7 @@ static int
|
||||
apicv_set_intr_ready(struct acrn_vlapic *vlapic, uint32_t vector, bool level);
|
||||
|
||||
static int
|
||||
apicv_pending_intr(struct acrn_vlapic *vlapic, uint32_t *vecptr);
|
||||
apicv_pending_intr(struct acrn_vlapic *vlapic, __unused uint32_t *vecptr);
|
||||
|
||||
static void
|
||||
apicv_set_tmr(struct acrn_vlapic *vlapic, uint32_t vector, bool level);
|
||||
|
Reference in New Issue
Block a user