hv:fix violations

fix
1."Value is not of appropriate type."
2."Function prototype/defn param type mismatch"

Tracked-On: #861
Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Huihuang Shi
2019-01-11 10:01:14 +08:00
committed by wenlingz
parent a943e56e0b
commit 11f0f72627
2 changed files with 3 additions and 3 deletions

View File

@@ -299,7 +299,7 @@ vcpu_vlapic(struct acrn_vcpu *vcpu)
return &(vcpu->arch.vlapic);
}
void default_idle(struct sched_object *obj);
void default_idle(__unused struct sched_object *obj);
void vcpu_thread(struct sched_object *obj);
/* External Interfaces */