Re: [PATCH -next] s390: lib: Export __delay

2015-08-05 Thread Heiko Carstens
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! > >

[PATCH -next] s390: lib: Export __delay

2015-08-05 Thread Guenter Roeck
__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

[PATCH -next] s390: lib: Export __delay

2015-08-05 Thread Guenter Roeck
__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

Re: [PATCH -next] s390: lib: Export __delay

2015-08-05 Thread Heiko Carstens
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: