From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751898AbbHEHPd (ORCPT ); Wed, 5 Aug 2015 03:15:33 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:46157 "EHLO e06smtp17.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbbHEHPQ (ORCPT ); Wed, 5 Aug 2015 03:15:16 -0400 X-Helo: d06dlp01.portsmouth.uk.ibm.com X-MailFrom: heiko.carstens@de.ibm.com X-RcptTo: linux-s390@vger.kernel.org Date: Wed, 5 Aug 2015 09:15:06 +0200 From: Heiko Carstens To: Guenter Roeck Cc: Martin Schwidefsky , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Radha Mohan Chintakuntla , David Daney 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> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15080507-0029-0000-0000-000005BF9898 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.