Re: [PATCH 5/6] [NET] ixp2000/enp2611: don't set non-existent member get_stats
From: David Miller <davem@davemloft.net>
Date: 2009-08-10 04:48:58
Also in:
lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2009-08-10 04:48:58
Also in:
lkml, netdev
From: Uwe Kleine-König <redacted> Date: Fri, 7 Aug 2009 22:42:40 +0200
This fixes a build failure for 2.6.31-rc5 (ARCH=arm, ixp2000_defconfig): CC drivers/net/ixp2000/enp2611.o drivers/net/ixp2000/enp2611.c: In function 'enp2611_init_module': drivers/net/ixp2000/enp2611.c:213: error: 'struct net_device' has no member named 'get_stats' Signed-off-by: Uwe Kleine-König <redacted>
This is far from the way to fix this, unfortunately. We need to find a way to propagate this assignment into the netdev_ops method vector instead. -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html