diff options
author | 2016-09-18 20:52:44 +0800 | |
---|---|---|
committer | 2016-09-22 18:32:48 +0800 | |
commit | 8d46a5c872946ab5e1cc8ff54cac5b83d05b848d (patch) | |
tree | 85b9c6af27dd1c74f892db86d997a94015d64c9a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | crypto: ccp - Fix return value check in ccp_dmaengine_register() (diff) | |
download | linux-dev-8d46a5c872946ab5e1cc8ff54cac5b83d05b848d.tar.xz linux-dev-8d46a5c872946ab5e1cc8ff54cac5b83d05b848d.zip |
crypto: sun4i-ss - mark sun4i_hash() static
We get 1 warning when building kernel with W=1:
drivers/crypto/sunxi-ss/sun4i-ss-hash.c:168:5: warning: no previous prototype for 'sun4i_hash' [-Wmissing-prototypes]
In fact, this function is only used in the file in which it is
declared and don't need a declaration, but can be made static.
So this patch marks it 'static'.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions