PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[pandora-kernel.git] / arch / arm / mach-orion5x / tsx09-common.c
index 5128da1..c9abb8f 100644 (file)
@@ -49,7 +49,7 @@ void qnap_tsx09_power_off(void)
  ****************************************************************************/
 
 struct mv643xx_eth_platform_data qnap_tsx09_eth_data = {
-       .phy_addr       = 8,
+       .phy_addr       = MV643XX_ETH_PHY_ADDR(8),
 };
 
 static int __init qnap_tsx09_parse_hex_nibble(char n)