net: dsa: mv88e6060: Replace ds with priv
Pass around priv, not ds. This will help with changing to an mdio driver, and makes this driver more like mv88e6xxx. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
406a4362c2
commit
3e8bc1b886
@@ -117,6 +117,7 @@ struct mv88e6060_priv {
|
||||
*/
|
||||
struct mii_bus *bus;
|
||||
int sw_addr;
|
||||
struct dsa_switch *ds;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user