From: Lennert Buytenhek Date: Tue, 26 Aug 2008 12:06:47 +0000 (+0200) Subject: mv643xx_eth: remove force_phy_addr field X-Git-Tag: v2.6.28-rc1~717^2~194^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac840605f3b1d9b99e1e6629a54994f8e003ff91;p=pandora-kernel.git mv643xx_eth: remove force_phy_addr field Currently, there are two different fields in the mv643xx_eth_platform_data struct that together describe the PHY address -- one field (phy_addr) has the address of the PHY, but if that address is zero, a second field (force_phy_addr) needs to be set to distinguish the actual address zero from a zero due to not having filled in the PHY address explicitly (which should mean 'use the default PHY address'). If we are a bit smarter about the encoding of the phy_addr field, we can avoid the need for a second field -- this patch does that. Signed-off-by: Lennert Buytenhek --- Reading git-diff-tree failed