]> git.baikalelectronics.ru Git - kernel.git/commit
xen/pvh: add missing prototype to header
authorJuergen Gross <jgross@suse.com>
Fri, 19 Nov 2021 15:39:13 +0000 (16:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Dec 2021 08:04:48 +0000 (09:04 +0100)
commit6570bed84a24628d282fb9d0fd32e296a35c0063
treeb0280d8f295115b98a990fd2df00d4d22adf0ee1
parenta0bf90b24cc2a583ac48ecaddbdaeeca96a8f7f4
xen/pvh: add missing prototype to header

[ Upstream commit cfbc414556c059f9a6166f681fa51a63cf733f30 ]

The prototype of mem_map_via_hcall() is missing in its header, so add
it.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 46ee1f38609a072086 ("xen/pvh: Move Xen code for getting mem map via hcall out of common file")
Signed-off-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20211119153913.21678-1-jgross@suse.com
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/include/asm/xen/hypervisor.h