phylib: rename mii_bus::dev to mii_bus::parent
authorLennert Buytenhek <buytenh@wantstofly.org>
Wed, 1 Oct 2008 15:41:33 +0000 (15:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Oct 2008 23:27:49 +0000 (16:27 -0700)
In preparation of giving mii_bus objects a device tree presence of
their own, rename struct mii_bus's ->dev argument to ->parent, since
having a 'struct device *dev' that points to our parent device
conflicts with introducing a 'struct device dev' representing our own
device.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Andy Fleming <afleming@freescale.com>

No differences found