summaryrefslogtreecommitdiffstats
path: root/arch/arm/xen
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@citrix.com>2015-08-03 09:50:55 +0000
committerDavid Vrabel <david.vrabel@citrix.com>2015-08-20 12:24:16 +0100
commit7ed208ef4ef9dbd03cda8a5b5a85cc78f79ef213 (patch)
tree3c69b66af6bd28458f6552c286e3aed3ed4ba2f6 /arch/arm/xen
parent4a5b69464e51f4a8dd432e8c2a1468630df1a53c (diff)
downloadop-kernel-dev-7ed208ef4ef9dbd03cda8a5b5a85cc78f79ef213.zip
op-kernel-dev-7ed208ef4ef9dbd03cda8a5b5a85cc78f79ef213.tar.gz
arm/xen: Drop the definition of xen_pci_platform_unplug
The commit 6f6c15ef912465b3aaafe709f39bd6026a8b3e72 "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>
Diffstat (limited to 'arch/arm/xen')
-rw-r--r--arch/arm/xen/enlighten.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
index 40b961d..c50c8d3 100644
--- a/arch/arm/xen/enlighten.c
+++ b/arch/arm/xen/enlighten.c
@@ -45,9 +45,6 @@ static struct vcpu_info __percpu *xen_vcpu_info;
unsigned long xen_released_pages;
struct xen_memory_region xen_extra_mem[XEN_EXTRA_MEM_MAX_REGIONS] __initdata;
-int xen_platform_pci_unplug = XEN_UNPLUG_ALL;
-EXPORT_SYMBOL_GPL(xen_platform_pci_unplug);
-
static __read_mostly unsigned int xen_events_irq;
static __initdata struct device_node *xen_node;
OpenPOWER on IntegriCloud