Re: [PATCH net] qeth: fix build of s390 allmodconfig
From: David Miller <davem@davemloft.net>
Date: 2014-01-29 08:43:47
Also in:
linux-s390
From: David Miller <davem@davemloft.net>
Date: 2014-01-29 08:43:47
Also in:
linux-s390
From: Frank Blaschka <redacted> Date: Wed, 29 Jan 2014 09:23:48 +0100
From: Eugene Crosser <redacted> 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 <redacted> Signed-off-by: Frank Blaschka <redacted> Reported-by: Paul Gortmaker <redacted>
Applied, thanks.