From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] qeth: fix build of s390 allmodconfig Date: Wed, 29 Jan 2014 00:43:43 -0800 (PST) Message-ID: <20140129.004343.2290446170547264253.davem@davemloft.net> References: <20140129082348.GA34455@tuxmaker.boeblingen.de.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org To: blaschka@linux.vnet.ibm.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:49609 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750908AbaA2Inr (ORCPT ); Wed, 29 Jan 2014 03:43:47 -0500 In-Reply-To: <20140129082348.GA34455@tuxmaker.boeblingen.de.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Frank Blaschka Date: Wed, 29 Jan 2014 09:23:48 +0100 > From: Eugene Crosser > > commit 949efd1c "qeth: bridgeport support - basic control" broke > s390 allmodconfig. This patch fixes this by eliminating one of the > cross-module calls, and by making two other calls via function > pointers in the qeth_discipline structure. > > Signed-off-by: Eugene Crosser > Signed-off-by: Frank Blaschka > Reported-by: Paul Gortmaker Applied, thanks.