forked from Ivasoft/openwrt
generic: ar8216: add device struct into struct ar8xxx_priv
dev has been taken up by switch_dev so it's named pdev instead. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
committed by
Petr Štetiar
parent
2e6c96a649
commit
ebec6c9f85
@@ -23,6 +23,7 @@
|
||||
#include <linux/skbuff.h>
|
||||
#include <linux/netdevice.h>
|
||||
#include <linux/netlink.h>
|
||||
#include <linux/of_device.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <net/genetlink.h>
|
||||
#include <linux/switch.h>
|
||||
@@ -2205,6 +2206,7 @@ ar8xxx_phy_probe(struct phy_device *phydev)
|
||||
}
|
||||
|
||||
priv->mii_bus = phydev->mdio.bus;
|
||||
priv->pdev = &phydev->mdio.dev;
|
||||
|
||||
ret = ar8xxx_probe_switch(priv);
|
||||
if (ret)
|
||||
|
||||
Reference in New Issue
Block a user