diff options
Diffstat (limited to 'drivers/net/ethernet/mscc/ocelot_net.c')
| -rw-r--r-- | drivers/net/ethernet/mscc/ocelot_net.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/net/ethernet/mscc/ocelot_net.c b/drivers/net/ethernet/mscc/ocelot_net.c index e54b9fb2a97a..2545727fd5b2 100644 --- a/drivers/net/ethernet/mscc/ocelot_net.c +++ b/drivers/net/ethernet/mscc/ocelot_net.c @@ -8,6 +8,7 @@   * Copyright 2020-2021 NXP   */ +#include <linux/dsa/ocelot.h>  #include <linux/if_bridge.h>  #include <linux/of_net.h>  #include <linux/phy/phy.h> @@ -1625,7 +1626,7 @@ static int ocelot_port_phylink_create(struct ocelot *ocelot, int port,  	if (phy_mode == PHY_INTERFACE_MODE_QSGMII)  		ocelot_port_rmwl(ocelot_port, 0,  				 DEV_CLOCK_CFG_MAC_TX_RST | -				 DEV_CLOCK_CFG_MAC_TX_RST, +				 DEV_CLOCK_CFG_MAC_RX_RST,  				 DEV_CLOCK_CFG);  	ocelot_port->phy_mode = phy_mode; |