From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] simnet: convert to net_device_ops Date: Tue, 16 Dec 2008 01:56:02 -0800 (PST) Message-ID: <20081216.015602.58187314.davem@davemloft.net> References: <20081209150827.GA8134@x200.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:48991 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750855AbYLPJ4A (ORCPT ); Tue, 16 Dec 2008 04:56:00 -0500 In-Reply-To: <20081209150827.GA8134@x200.localdomain> Sender: linux-next-owner@vger.kernel.org List-ID: To: adobriyan@gmail.com Cc: a.beregalov@gmail.com, linux-next@vger.kernel.org, netdev@vger.kernel.org, linux-ia64@vger.kernel.org From: Alexey Dobriyan Date: Tue, 9 Dec 2008 18:08:27 +0300 > On Tue, Dec 09, 2008 at 05:11:17PM +0300, Alexander Beregalov wrote: > > 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' > > [PATCH] simeth: convert to net_device_ops > > Signed-off-by: Alexey Dobriyan Now that the kconfig badness has been fixed, I've applied this. Thanks Alexey.