Commit dceeb5a9 authored by Doug Ledford's avatar Doug Ledford

pci/setup-bus.c: Fix compile bustage from pci header cleanup

parent f9da8a74
......@@ -105,7 +105,7 @@ pci_setup_bridge(struct pci_bus *bus)
pcibios_fixup_pbus_ranges(bus, &ranges);
DBGC((KERN_INFO "PCI: Bus %d, bridge: %s\n",
bus->number, bridge->name));
bus->number, bridge->dev.name));
/* Set up the top and bottom of the PCI I/O segment for this bus. */
if (bus->resource[0]->flags & IORESOURCE_IO) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment