diff options
Diffstat (limited to 'net/dsa/dsa_priv.h')
| -rw-r--r-- | net/dsa/dsa_priv.h | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/net/dsa/dsa_priv.h b/net/dsa/dsa_priv.h index 053731473c99..3964c6f7a7c0 100644 --- a/net/dsa/dsa_priv.h +++ b/net/dsa/dsa_priv.h @@ -75,15 +75,6 @@ struct dsa_slave_priv {  	/* DSA port data, such as switch, port index, etc. */  	struct dsa_port		*dp; -	/* -	 * The phylib phy_device pointer for the PHY connected -	 * to this port. -	 */ -	phy_interface_t		phy_interface; -	int			old_link; -	int			old_pause; -	int			old_duplex; -  #ifdef CONFIG_NET_POLL_CONTROLLER  	struct netpoll		*netpoll;  #endif  |