crypto: inside-secure - make function safexcel_try_push_requests static
authorColin Ian King <colin.king@canonical.com>
Tue, 16 Jan 2018 07:41:58 +0000 (08:41 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Jan 2018 14:10:28 +0000 (01:10 +1100)
commit059bfd1171069025dc134a95f7fcce27483fba41
treeb1f8d9103ba3cc5cbd0fbabcb286e5673b170cab
parent6e36719fbe90213fbba9f50093fa2d4d69b0e93c
crypto: inside-secure - make function safexcel_try_push_requests static

The function safexcel_try_push_requests  is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'safexcel_try_push_requests' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
[Antoine: fixed alignment]
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/inside-secure/safexcel.c