Re: [PATCH] xen: xlate_mmu: add missing header to fix 'W=1' warning

From: Juergen Gross
Date: Thu Nov 29 2018 - 11:55:24 EST


On 27/11/2018 15:23, Srikanth Boddepalli wrote:
> 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@xxxxxxxxx>

Pushed to xen/tip.git for-linus-4.20a


Juergen