diff options
author | Austin Kim <austin.kim@lge.com> | 2021-06-29 14:50:50 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-22 11:47:56 +0200 |
commit | 38521398d51d5c0bf37280e55e1cc45ae29b82a1 (patch) | |
tree | 006ce60e043524b8b4d5e8d63ce82a0a9a03dce6 /init/main.c | |
parent | c086bf77be04888157e7a94ba7d43dadffe2ca55 (diff) | |
download | linux-stable-38521398d51d5c0bf37280e55e1cc45ae29b82a1.tar.gz linux-stable-38521398d51d5c0bf37280e55e1cc45ae29b82a1.tar.bz2 linux-stable-38521398d51d5c0bf37280e55e1cc45ae29b82a1.zip |
IMA: remove -Wmissing-prototypes warning
commit a32ad90426a9c8eb3915eed26e08ce133bd9e0da upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'init/main.c')
0 files changed, 0 insertions, 0 deletions