Re: [Xen-devel] [PATCH] arm/xen: Drop the definition of xen_pci_platform_unplug

2015-08-03 Thread Stefano Stabellini
On Sat, 25 Jul 2015, Julien Grall wrote: > 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 > Cc: Stefano Stabellini > Cc: Russell King

[Xen-devel] [PATCH] arm/xen: Drop the definition of xen_pci_platform_unplug

2015-07-25 Thread Julien Grall
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 Cc: Stefano Stabellini Cc: Ru