OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 134... Line 134...
134 }; 134 };
Line 135... Line 135...
135   135  
136 static struct mdio_board_info esr900_mdio0_info[] = { 136 static struct mdio_board_info esr900_mdio0_info[] = {
137 { 137 {
138 .bus_id = "ag71xx-mdio.0", 138 .bus_id = "ag71xx-mdio.0",
139 .mdio_addr = 0, 139 .phy_addr = 0,
140 .platform_data = &esr900_ar8327_data, 140 .platform_data = &esr900_ar8327_data,
141 }, 141 },
Line 142... Line 142...
142 }; 142 };