rename DDR registers
[openwrt/staging/wigyori.git] / target / linux / ar71xx / files / arch / mips / ar71xx / platform.c
index 81cd20a4e845ce91e181300bdc195552b154e096..deda4102799ded33748d4be875cbc8375840806c 100644 (file)
@@ -198,7 +198,7 @@ static struct resource ar71xx_eth0_resources[] = {
 
 struct ag71xx_platform_data ar71xx_eth0_data = {
        .reset_bit      = RESET_MODULE_GE0_MAC,
-       .flush_reg      = DDR_REG_FLUSH_GE0,
+       .flush_reg      = AR71XX_DDR_REG_FLUSH_GE0,
 };
 
 static struct platform_device ar71xx_eth0_device = {
@@ -237,7 +237,7 @@ static struct resource ar71xx_eth1_resources[] = {
 
 struct ag71xx_platform_data ar71xx_eth1_data = {
        .reset_bit      = RESET_MODULE_GE1_MAC,
-       .flush_reg      = DDR_REG_FLUSH_GE1,
+       .flush_reg      = AR71XX_DDR_REG_FLUSH_GE1,
 };
 
 static struct platform_device ar71xx_eth1_device = {