]> git.baikalelectronics.ru Git - kernel.git/commit
arm/xen: Drop the definition of xen_pci_platform_unplug
authorJulien Grall <julien.grall@citrix.com>
Mon, 3 Aug 2015 09:50:55 +0000 (09:50 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 20 Aug 2015 11:24:16 +0000 (12:24 +0100)
commit29fe7e8c91750063e8a9ac22809b141d2aed3aa2
tree3c69b66af6bd28458f6552c286e3aed3ed4ba2f6
parent78245dd6a9e67506a75f810c2e6c0eab43fa3f71
arm/xen: Drop the definition of xen_pci_platform_unplug

The commit 408402c76354074d8e263737946848ae0bacad14 "xen/pvhvm: Remove
the xen_platform_pci int." makes the x86 version of
xen_pci_platform_unplug static.

Therefore we don't need anymore to define a dummy xen_pci_platform_unplug
for ARM.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
arch/arm/xen/enlighten.c