Merge branch 'pci/controller/hyperv'
[sfrench/cifs-2.6.git] / drivers / pci / controller / pci-hyperv.c
index 1eaffff40b8d4dcdee6b8516fcfbe80034a67e72..5992280e8110be900bb9a177296e39b6d8b55662 100644 (file)
@@ -49,6 +49,7 @@
 #include <linux/refcount.h>
 #include <linux/irqdomain.h>
 #include <linux/acpi.h>
+#include <linux/sizes.h>
 #include <asm/mshyperv.h>
 
 /*
@@ -465,7 +466,7 @@ struct pci_eject_response {
        u32 status;
 } __packed;
 
-static int pci_ring_size = (4 * PAGE_SIZE);
+static int pci_ring_size = VMBUS_RING_SIZE(SZ_16K);
 
 /*
  * Driver specific state.