From: Adrian Bunk Date: Mon, 13 Oct 2008 04:02:19 +0000 (-0700) Subject: net/au1000_eth.c MDIO namespace fixes X-Git-Tag: v2.6.28-rc1~605^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1210dde7b39fef3120464d9f3660631689d1c0ed;p=pandora-kernel.git net/au1000_eth.c MDIO namespace fixes Commit 2e888103295f47b8fcbf7e9bb8c5da97dd2ecd76 (phylib: add mdiobus_{read,write}) causes the following compile error: <-- snip --> ... CC drivers/net/au1000_eth.o drivers/net/au1000_eth.c:252: error: conflicting types for 'mdiobus_read' include/linux/phy.h:130: error: previous declaration of 'mdiobus_read' was here drivers/net/au1000_eth.c:263: error: conflicting types for 'mdiobus_write' include/linux/phy.h:131: error: previous declaration of 'mdiobus_write' was here ... make[3]: *** [drivers/net/au1000_eth.o] Error 1 <-- snip --> This patch prefixes the driver functions with au1000_ Signed-off-by: Adrian Bunk Signed-off-by: David S. Miller --- Reading git-diff-tree failed