commit | 29e4e982b5ae7718b897652268837dc1f0035414 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu Feb 20 12:46:06 2014 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Feb 20 11:11:44 2014 -0700 |
tree | 9f147917096b05fa808d21e24b6e693d870c850e | |
parent | 94e6a9b93064b49024b8701d2d81fcb4a821fa09 [diff] |
PCI: frv: replace now removed pci_bus_b() causing build failure In commit 94e6a9b93064 ("PCI: Remove pci_bus_b() and use list_for_each_entry() directly") the function pci_bus_b() was removed, but one instance of its usage was missed. Replace it in the same fashion that the original commit did. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Yijing Wang <wangyijing@huawei.com>