From: Lennert Buytenhek Date: Wed, 28 May 2008 14:17:39 +0000 (+0200) Subject: [ARM] Orion: avoid setting ->force_phy_addr X-Git-Tag: v2.6.27-rc1~850^2~2^8~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2850a037734eac0af2e6abc4e8be986c3edfd834;p=pandora-kernel.git [ARM] Orion: avoid setting ->force_phy_addr The mv643xx_eth platform data field ->force_phy_addr only needs to be set if the passed-in ->phy_addr field is zero (to distinguish the case of not having specified a phy address (force_phy_addr = 0) from the case where a phy address of zero needs to be used (force_phy_addr = 1.)) Also, the ->force_phy_addr field will hopefully disappear in a future mv643xx_eth reorganisation. Therefore, this patch deletes the ->force_phy_addr field initialiser from all Orion board code. Signed-off-by: Lennert Buytenhek --- Reading git-diff-tree failed