dect
/
linux-2.6
Archived
13
0
Fork 0

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:
James Morris 2011-08-17 11:05:21 +10:00
parent 4892722e06
commit 3417d8d5d4
1 changed files with 1 additions and 1 deletions

View File

@ -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;