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

Commit 61c2fc4b authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

bnx2: make cnic_probe static

parent e355fbbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -416,7 +416,7 @@ static int bnx2_unregister_cnic(struct net_device *dev)
	return 0;
	return 0;
}
}


struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev)
static struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev)
{
{
	struct bnx2 *bp = netdev_priv(dev);
	struct bnx2 *bp = netdev_priv(dev);
	struct cnic_eth_dev *cp = &bp->cnic_eth_dev;
	struct cnic_eth_dev *cp = &bp->cnic_eth_dev;