[PATCH] driver core: add bus_find_device & driver_find_device functions
authorCornelia Huck <cohuck@de.ibm.com>
Wed, 22 Jun 2005 14:59:51 +0000 (16:59 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 30 Jun 2005 05:48:03 +0000 (22:48 -0700)
Add bus_find_device() and driver_find_device() which allow searching for a
device in the bus's resp. the driver's klist and obtain a reference on it.

Signed-off-by: Cornelia Huck <cohuck@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found