Re: [PATCH 1/1] crypto: make mod_exp_sw() static

2020-01-25 Thread Tom Rini
On Sun, Jan 19, 2020 at 07:48:04PM +0100, Heinrich Schuchardt wrote: > 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 Applied to u-boot/master, thanks! -- Tom

[PATCH 1/1] crypto: make mod_exp_sw() static

2020-01-19 Thread Heinrich Schuchardt
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 --- drivers/crypto/rsa_mod_exp/mod_exp_sw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git