]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NET: convert the phy_device file to use bus_find_device_by_name
authorGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Jan 2008 18:29:20 +0000 (10:29 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Oct 2008 16:24:52 +0000 (09:24 -0700)
commit26853ab6f9a4c482be4b638477335704724d4854
treeb535042f8739c083ad56b1bb749001c24ab1b8ce
parent0b4a4fea253e1296222603ccc55430ed7cd9413a
NET: convert the phy_device file to use bus_find_device_by_name

The driver core now has this helper function, so might as well use it
instead of forcing the phy code to roll their own version.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/phy/phy_device.c