From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 5 Aug 2015 09:15:06 +0200 From: Heiko Carstens Subject: Re: [PATCH -next] s390: lib: Export __delay Message-ID: <20150805071506.GC4163@osiris> References: <1438756703-2586-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438756703-2586-1-git-send-email-linux@roeck-us.net> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Guenter Roeck Cc: Martin Schwidefsky , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Radha Mohan Chintakuntla , David Daney List-ID: On Tue, Aug 04, 2015 at 11:38:23PM -0700, Guenter Roeck wrote: > __delay is exported by most architectures, and may be used in modules. > Since it is not exported for s390, s390:allmodconfig currently fails > to build with > > ERROR: "__delay" [drivers/net/phy/mdio-octeon.ko] undefined! > > Fixes: a6d678645210 ("net: mdio-octeon: Modify driver to work on both > ThunderX and Octeon") > Cc: Radha Mohan Chintakuntla > Cc: David Daney > Signed-off-by: Guenter Roeck > --- > arch/s390/lib/delay.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks.