• Greg Kroah-Hartman's avatar
    PCI: clean up search.c a lot · 95247b57
    Greg Kroah-Hartman authored
    This cleans up the search.c file, now using the pci list of devices that
    are created for the driver core, instead of relying on our separate list
    of devices.  It's better to use the functions already created for this
    kind of thing, instead of rolling our own all the time.
    
    This work is done in anticipation of getting rid of that second list of
    pci devices all together.
    
    And it ends up saving code, always a nice benefit.
    
    This also removes one compiler warning for when CONFIG_PCI_LEGACY is
    enabled as we no longer internally use the deprecated functions anymore.
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    95247b57
search.c 13.2 KB