OpenWrt – Diff between revs 2 and 3

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