alpha: lib: export __delay
authorSudip Mukherjee <[email protected]>
Thu, 17 Sep 2015 23:01:49 +0000 (16:01 -0700)
committerLinus Torvalds <[email protected]>
Fri, 18 Sep 2015 04:16:07 +0000 (21:16 -0700)
commit14b97deddf8ddecce9f35165b667c55c73e14638
tree75fa2d9f8b4d0dbf30bc03eb187e758f5af66d6f
parent969560d2afca76823cf97ec4f5c0fb7833e18553
alpha: lib: export __delay

__delay was not exported as a result while building with allmodconfig we
were getting build error of undefined symbol.  __delay is being used by:
drivers/net/phy/mdio-octeon.c

Signed-off-by: Sudip Mukherjee <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Matt Turner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/alpha/lib/udelay.c