From: "Alexander Beregalov" <a.beregalov@xxxxxxxxx> Date: Tue, 9 Dec 2008 17:11:17 +0300 > CC arch/ia64/hp/sim/simeth.o > arch/ia64/hp/sim/simeth.c: In function 'simeth_probe1': > arch/ia64/hp/sim/simeth.c:212: error: 'struct net_device' has no > member named 'open' > arch/ia64/hp/sim/simeth.c:213: error: 'struct net_device' has no > member named 'stop' > arch/ia64/hp/sim/simeth.c:214: error: 'struct net_device' has no > member named 'hard_start_xmit' > arch/ia64/hp/sim/simeth.c:215: error: 'struct net_device' has no > member named 'get_stats' > arch/ia64/hp/sim/simeth.c:216: error: 'struct net_device' has no > member named 'set_multicast_list' The only way for this to happen is if CONFIG_COMPAT_NET_DEV_OPS is not set. And we force it on in net/Kconfig: config COMPAT_NET_DEV_OPS def_bool y Perhaps you simply need to update your config properly or something like that. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html