crypto: make mod_exp_sw() static
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 Jan 2020 18:48:04 +0000 (19:48 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 25 Jan 2020 17:04:36 +0000 (12:04 -0500)
commit94a8e83a60bd82e6b3059bddd56187691b782896
tree942dde9d0bd1bc59077e5a7ba754c8fb19eeddd2
parent1611235b858abe08f9267f1fa95bc7553aa8e644
crypto: make mod_exp_sw() static

Function mod_exp_sw() is only used via the operators of the uclass.
It is not defined in any include.

Make mod_exp_sw() static.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/crypto/rsa_mod_exp/mod_exp_sw.c