xen: rename xen_pmu_init() in sys-hypervisor.c
authorJuergen Gross <jgross@suse.com>
Tue, 2 Aug 2016 06:53:36 +0000 (08:53 +0200)
committerDavid Vrabel <david.vrabel@citrix.com>
Wed, 24 Aug 2016 17:45:25 +0000 (18:45 +0100)
commit5b00b504b13b2f0d1aa73d59cf8984726f19100f
tree07dd519fc5d744b2d6078ce9cbb2b538409bf7c4
parente1c105a9d75a1e9a44eb2f0b10204a6492057e4d
xen: rename xen_pmu_init() in sys-hypervisor.c

There are two functions with name xen_pmu_init() in the kernel. Rename
the one in drivers/xen/sys-hypervisor.c to avoid shadowing the one in
arch/x86/xen/pmu.c

To avoid the same problem in future rename some more functions.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/sys-hypervisor.c