x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Aug 2020 11:16:54 +0000 (13:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2020 14:52:36 +0000 (16:52 +0200)
commit2905c50b7d3eabd0fe718247aac86eeff3924ff8
treee9919d15d16739cbe2830d9d500dbb8a9f85a821
parent2fd602669ee6d749a7dc47b84b87cef1a5075999
x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()

The only user is in the same file and the name is too generic because this
function is only ever used for HVM domains.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Juergen Gross<jgross@suse.com>
Link: https://lore.kernel.org/r/20200826112333.234097629@linutronix.de
arch/x86/pci/xen.c