mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ar71xx: wdr8500: fix build on 4.14 (#4668)
This commit is contained in:
parent
db57362a97
commit
e54db866ab
@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/phy.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/proc_fs.h>
|
||||
#include <linux/spi/spi_gpio.h>
|
||||
@ -105,7 +106,7 @@ static struct ar8327_platform_data TL_WDR8500_v1_ar8337_data = {
|
||||
static struct mdio_board_info TL_WDR8500_v1_mdio0_info[] = {
|
||||
{
|
||||
.bus_id = "ag71xx-mdio.0",
|
||||
.phy_addr = 0,
|
||||
.mdio_addr = 0,
|
||||
.platform_data = &TL_WDR8500_v1_ar8337_data,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user