OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 129... Line 129...
129   129  
130   130  
131 static struct mdio_board_info ubnt_unifiac_pro_mdio0_info[] = { 131 static struct mdio_board_info ubnt_unifiac_pro_mdio0_info[] = {
132 { 132 {
133 .bus_id = "ag71xx-mdio.0", 133 .bus_id = "ag71xx-mdio.0",
134 .mdio_addr = 0, 134 .phy_addr = 0,
135 .platform_data = &ubnt_unifiac_pro_ar8327_data, 135 .platform_data = &ubnt_unifiac_pro_ar8327_data,
Line 136... Line 136...
136 }, 136 },
Line 174... Line 174...
174 ubnt_unifiac_gpio_keys); 174 ubnt_unifiac_gpio_keys);
175 } 175 }
Line 176... Line 176...
176   176  
177   177