diff options
Diffstat (limited to 'arch/arm/mach-orion5x/tsx09-common.c')
-rw-r--r-- | arch/arm/mach-orion5x/tsx09-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/tsx09-common.c b/arch/arm/mach-orion5x/tsx09-common.c index 83feac3147a6..19cde24fbfdf 100644 --- a/arch/arm/mach-orion5x/tsx09-common.c +++ b/arch/arm/mach-orion5x/tsx09-common.c | |||
@@ -48,7 +48,7 @@ void qnap_tsx09_power_off(void) | |||
48 | ****************************************************************************/ | 48 | ****************************************************************************/ |
49 | 49 | ||
50 | struct mv643xx_eth_platform_data qnap_tsx09_eth_data = { | 50 | struct mv643xx_eth_platform_data qnap_tsx09_eth_data = { |
51 | .phy_addr = 8, | 51 | .phy_addr = MV643XX_ETH_PHY_ADDR(8), |
52 | }; | 52 | }; |
53 | 53 | ||
54 | static int __init qnap_tsx09_parse_hex_nibble(char n) | 54 | static int __init qnap_tsx09_parse_hex_nibble(char n) |