Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e7953bc authored by kbuild test robot's avatar kbuild test robot Committed by David S. Miller
Browse files

qed/qede: qede_setup_tc() can be static



Fixes: 5e7baf0f ("qed/qede: Multi CoS support.")
Signed-off-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4f23c43c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,7 @@ static int qede_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
	return 0;
}

int qede_setup_tc(struct net_device *ndev, u8 num_tc)
static int qede_setup_tc(struct net_device *ndev, u8 num_tc)
{
	struct qede_dev *edev = netdev_priv(ndev);
	int cos, count, offset;