+1
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
[ Upstream commit 72791ac854fea36034fa7976b748fde585008e78 ]
Add a missing header otherwise compiler warns about missed prototype:
drivers/xen/xlate_mmu.c:183:5: warning: no previous prototype for 'xen_xlate_unmap_gfn_range?' [-Wmissing-prototypes]
int xen_xlate_unmap_gfn_range(struct vm_area_struct *vma,
^~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by:
Srikanth Boddepalli <boddepalli.srikanth@gmail.com>
Reviewed-by:
Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by:
Joey Pabalinas <joeypabalinas@gmail.com>
Signed-off-by:
Juergen Gross <jgross@suse.com>
Signed-off-by:
Sasha Levin <sashal@kernel.org>