mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
apparmor: sparse fix: make aa_create_aafs static
Sparse fix: make aa_create_aafs static. Signed-off-by: James Morris <jmorris@namei.org> Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
4892722e06
commit
3417d8d5d4
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void __init aa_destroy_aafs(void)
|
|||
*
|
||||
* Returns: error on failure
|
||||
*/
|
||||
int __init aa_create_aafs(void)
|
||||
static int __init aa_create_aafs(void)
|
||||
{
|
||||
int error;
|
||||
|
||||
|
|
Loading…
Reference in a new issue