commit | d1f56f318d234fc5db230af2f3e0088f689ab3c0 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Dec 12 11:38:43 2019 +0900 |
committer | Rich Felker <dalias@libc.org> | Mon Jun 01 14:48:51 2020 -0400 |
tree | 20794afc6ad0c0ce7c823c1e239842bc45c05241 | |
parent | 3125ddc42487307b59e44c405a3282770475150d [diff] |
sh: add missing EXPORT_SYMBOL() for __delay __delay() is used from kernel module. We need EXPORT_SYMBOL(), otherwise we will get compile error. ERROR: "__delay" [drivers/net/phy/mdio-cavium.ko] undefined! Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Rich Felker <dalias@libc.org>