From: Greg Kroah-Hartman Date: Tue, 26 Aug 2008 16:00:57 +0000 (-0500) Subject: Driver core: add bus_sort_breadthfirst() function X-Git-Tag: v2.6.28-rc1~284^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99178b036c97293a65004ff5ec5cff9f833aaecd;p=pandora-kernel.git Driver core: add bus_sort_breadthfirst() function The PCI core wants to reorder the devices in the bus list. So move this functionality out of the pci core and into the driver core so that anyone else can also do this if needed. This also lets us change how struct device is attached to drivers in the future without messing with the PCI core. Acked-by: Jesse Barnes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed