Set xen_platform_pci_unplug to XEN_UNPLUG_ALL by default to make
blkfront happy. The parameter doesn't make sense on ARM and should be
removed.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
#include <xen/grant_table.h>
#include <xen/hvm.h>
#include <xen/xenbus.h>
+#include <xen/platform_pci.h>
#include <linux/module.h>
EXPORT_SYMBOL_GPL(xen_have_vector_callback);
/* XXX: to be removed */
-int xen_platform_pci_unplug;
+int xen_platform_pci_unplug = XEN_UNPLUG_ALL;
EXPORT_SYMBOL_GPL(xen_platform_pci_unplug);
#define FOREIGN_MAP_BUFFER 0x90000000UL