From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 39C46B6EF5 for ; Wed, 9 Dec 2009 21:52:46 +1100 (EST) Date: Wed, 09 Dec 2009 02:52:45 -0800 (PST) Message-Id: <20091209.025245.152622485.davem@davemloft.net> To: avorontsov@ru.mvista.com Subject: Re: [PATCH] gianfar: Fix build with CONFIG_NET_POLL_CONTROLLER=y From: David Miller In-Reply-To: <20091209104427.GA25526@oksana.dev.rtsoft.ru> References: <1260341804.16132.22.camel@pasglop> <20091209104427.GA25526@oksana.dev.rtsoft.ru> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: Sandeep.Kumar@freescale.com, linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Anton Vorontsov Date: Wed, 9 Dec 2009 13:44:27 +0300 > commit 46ceb60ca80fa07703bc6eb8f4651f900dff5a82 ("gianfar: Add > Multiple group Support") introduced the following build error > with CONFIG_NET_POLL_CONTROLLER=y: ... > This patch fixes the issue. > > Reported-by: Benjamin Herrenschmidt > Signed-off-by: Anton Vorontsov Applied, but this shows that netconsole needs some serious testing with this drive now :-/ Thanks.