• Matthew Wilcox's avatar
    [PATCH] PCI: Remove pci_bus_exists · fed2058e
    Matthew Wilcox authored
    Convert all callers of pci_bus_exists() to call pci_find_bus() instead.
    Since all callers of pci_find_bus() are __init or __devinit, mark it as
    __devinit too.
    fed2058e
probe.c 17.9 KB