Merge branch 'pci/host-hv' into next
[linux-2.6-block.git] / include / linux / pci.h
index d6709831efb9b5d2ed34d4e553f8f4a86fc7afaa..bd757f3c721c6d6e25f7f04f4e9172748bce4400 100644 (file)
@@ -1522,6 +1522,10 @@ static inline int pci_get_new_domain_nr(void) { return -ENOSYS; }
 
 #include <asm/pci.h>
 
+#ifndef pci_root_bus_fwnode
+#define pci_root_bus_fwnode(bus)       NULL
+#endif
+
 /* these helpers provide future and backwards compatibility
  * for accessing popular PCI BAR info */
 #define pci_resource_start(dev, bar)   ((dev)->resource[(bar)].start)