OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 111... Line 111...
111 }; 111 };
Line 112... Line 112...
112   112  
113 static struct mdio_board_info esr1750_mdio0_info[] = { 113 static struct mdio_board_info esr1750_mdio0_info[] = {
114 { 114 {
115 .bus_id = "ag71xx-mdio.0", 115 .bus_id = "ag71xx-mdio.0",
116 .mdio_addr = 0, 116 .phy_addr = 0,
117 .platform_data = &esr1750_ar8327_data, 117 .platform_data = &esr1750_ar8327_data,
118 }, 118 },
Line 119... Line 119...
119 }; 119 };