From: Lennert Buytenhek Date: Wed, 1 Oct 2008 15:41:33 +0000 (+0000) Subject: phylib: rename mii_bus::dev to mii_bus::parent X-Git-Tag: v2.6.28-rc1~717^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ee49ddb0d242ed1d0e273038d5e4f6de7379d3;p=pandora-kernel.git phylib: rename mii_bus::dev to mii_bus::parent 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 Signed-off-by: David S. Miller Acked-by: Andy Fleming --- Reading git-diff-tree failed