diff options
author | Austin Kim <austin.kim@lge.com> | 2021-06-29 15:50:50 +0200 |
---|---|---|
committer | Mimi Zohar <zohar@linux.ibm.com> | 2021-07-23 14:05:06 +0200 |
commit | a32ad90426a9c8eb3915eed26e08ce133bd9e0da (patch) | |
tree | 90b0b97987dccd447f9e668b6f23f274b895b0de /security/integrity/ima/ima_main.c | |
parent | Linux 5.14-rc2 (diff) | |
download | linux-a32ad90426a9c8eb3915eed26e08ce133bd9e0da.tar.xz linux-a32ad90426a9c8eb3915eed26e08ce133bd9e0da.zip |
IMA: remove -Wmissing-prototypes warning
With W=1 build, the compiler throws warning message as below:
security/integrity/ima/ima_mok.c:24:12: warning:
no previous prototype for ‘ima_mok_init’ [-Wmissing-prototypes]
__init int ima_mok_init(void)
Silence the warning by adding static keyword to ima_mok_init().
Signed-off-by: Austin Kim <austin.kim@lge.com>
Fixes: 41c89b64d718 ("IMA: create machine owner and blacklist keyrings")
Cc: stable@vger.kernel.org
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Diffstat (limited to 'security/integrity/ima/ima_main.c')
0 files changed, 0 insertions, 0 deletions