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

Commit 31c14a97 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by David S. Miller
Browse files

bcm63xx_enet: Stop pretending to support netpoll



bcm_enet_netpoll does not exist, and causing
bcm63xx_net to fail to build when NET_POLL_CONTROLLER
is defined.

Remove the bogus .ndo_poll_controller = bcm_enet_netpoll

Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cbd84a44
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1722,9 +1722,6 @@ static const struct net_device_ops bcm_enet_ops = {
	.ndo_set_rx_mode	= bcm_enet_set_multicast_list,
	.ndo_do_ioctl		= bcm_enet_ioctl,
	.ndo_change_mtu		= bcm_enet_change_mtu,
#ifdef CONFIG_NET_POLL_CONTROLLER
	.ndo_poll_controller = bcm_enet_netpoll,
#endif
};

/*