Skip to content

Commit 7672167

Browse files
jgross1bostrovs
authored andcommitted
x86/pvh: add prototype for xen_pvh_init()
xen_pvh_init() is lacking a prototype in a header, add it. Reported-by: kernel test robot <[email protected]> Signed-off-by: Juergen Gross <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Boris Ostrovsky <[email protected]> Signed-off-by: Boris Ostrovsky <[email protected]>
1 parent cbd5458 commit 7672167

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/x86/include/asm/xen/hypervisor.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ void xen_arch_register_cpu(int num);
6262
void xen_arch_unregister_cpu(int num);
6363
#endif
6464

65+
#ifdef CONFIG_PVH
66+
void __init xen_pvh_init(struct boot_params *boot_params);
67+
#endif
68+
6569
#endif /* _ASM_X86_XEN_HYPERVISOR_H */

0 commit comments

Comments
 (0)