Hi,
On Thu, Jun 08, 2017 at 10:17:57AM -0400, David Miller wrote:
On Thu, Jun 08, 2017 at 11:32:31AM +0100, Mark Brown wrote:
On Thu, Jun 08, 2017 at 10:57:50AM +0100, Build bot for Mark Brown wrote:
Today's -next fails to build an ARM allmodconfig due to:
arm-allmodconfig ../drivers/hsi/clients/ssi_protocol.c:1069:5: error: 'struct net_device' has no member named 'destructor'
due to cf124db566e6 (net: Fix inconsistent teardown and release of private netdev state.) which missed this instance, presumably due to a combination of it not being in one of the normal networking driver directories and only being buildable on ARM.
I assume, that this will be fixed via the net tree. If you Cc me on updated/new patch I will provide Acked-by.
It is fixed in the 'net' tree, don't worry about it :-)
https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=ed6...
Looks good, thanks.
-- Sebastian