diff --git a/[refs] b/[refs] index 1524645bbc8d..de5f0201ba75 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e4fd1f4a6e05335d464fe003c164fea850a3b3f3 +refs/heads/master: c8439cfccc4143b79f70d18015336d9fec0563e2 diff --git a/trunk/drivers/pci/search.c b/trunk/drivers/pci/search.c index f8ae2b7db0a7..d529462d1b53 100644 --- a/trunk/drivers/pci/search.c +++ b/trunk/drivers/pci/search.c @@ -41,7 +41,7 @@ pci_do_find_bus(struct pci_bus* bus, unsigned char busnr) * in the global list of PCI buses. If the bus is found, a pointer to its * data structure is returned. If no bus is found, %NULL is returned. */ -struct pci_bus * __devinit pci_find_bus(int domain, int busnr) +struct pci_bus * pci_find_bus(int domain, int busnr) { struct pci_bus *bus = NULL; struct pci_bus *tmp_bus;