]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/lib: export __delay
authorGuenter Roeck <linux@roeck-us.net>
Wed, 5 Aug 2015 06:38:23 +0000 (23:38 -0700)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 7 Aug 2015 07:57:37 +0000 (09:57 +0200)
commit854508c0d0bbcf2f80fa1f79af5cb9ce219b2e9c
tree8af19bdcaba9b22610d5bd8ae7dad607033c3db0
parentb2f4de8b843567504ee12b652b35819b60e25a86
s390/lib: export __delay

__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 <rchintakuntla@cavium.com>
Cc: David Daney <david.daney@cavium.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/lib/delay.c