Re: [PATCH net-next] bcm63xx_enet: Stop pretending to support netpoll
From: David Miller <davem@davemloft.net>
Date: 2014-03-13 19:26:18
From: David Miller <davem@davemloft.net>
Date: 2014-03-13 19:26:18
From: ebiederm@xmission.com (Eric W. Biederman) Date: Tue, 11 Mar 2014 14:33:35 -0700
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: "Eric W. Biederman" <redacted>
Applied. This driver doesn't get a lot of build testing, and that's due to the platform BCM63XX kconfig option it depends upon. Probably it should be exposed more widely to perhaps a more broad dependency such as CONFIG_OF.