From: Greg Kroah-Hartman Date: Sun, 27 Jan 2008 18:29:20 +0000 (-0800) Subject: Driver core: add bus_find_device_by_name function X-Git-Tag: v2.6.25-rc1~1137^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9ffc049d7a88c8489b883b6fc0a25185062002;p=pandora-kernel.git Driver core: add bus_find_device_by_name function The driver core, and some other parts of the kernel just want to find a device based on a name for a specific bus. Give them a simple wrapper to prevent them from having to always roll their own. This will be used in the PPC patch later in this series. Cc: Paul Mackerras Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed