diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2021-02-10 08:01:31 +0000 |
---|---|---|
committer | Mimi Zohar <zohar@linux.ibm.com> | 2021-02-12 11:11:59 -0500 |
commit | f6692213b5045dc461ce0858fb18cf46f328c202 (patch) | |
tree | a141a793c6aa0947f1903f4b216e992abc366289 /kernel/watchdog.c | |
parent | cccb0efdef01e8a9f44ac38e081c485f92fac3a4 (diff) | |
download | linux-f6692213b5045dc461ce0858fb18cf46f328c202.tar.bz2 |
integrity: Make function integrity_add_key() static
The sparse tool complains as follows:
security/integrity/digsig.c:146:12: warning:
symbol 'integrity_add_key' was not declared. Should it be static?
This function is not used outside of digsig.c, so this
commit marks it static.
Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: 60740accf784 ("integrity: Load certs to the platform keyring")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Nayna Jain <nayna@linux.ibm.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Diffstat (limited to 'kernel/watchdog.c')
0 files changed, 0 insertions, 0 deletions