From: Yijing Wang Date: Thu, 13 Feb 2014 13:14:03 +0000 (+0800) Subject: PCI: Remove pci_bus_b() and use list_for_each_entry() directly X-Git-Tag: v3.15-rc1~143^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e6a9b93064;p=pandora-kernel.git PCI: Remove pci_bus_b() and use list_for_each_entry() directly Replace list_for_each() with list_for_each_entry(), which means we no longer need pci_bus_b() and can remove it. Signed-off-by: Yijing Wang Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed