Commit 0ff53f5ddbaebeac1c2735125901275acc1fecc6

Authored by James Morris
1 parent 6a3fbe8117

selinux: sparse fix: include selinux.h in exports.c

Fix warning:
security/selinux/exports.c:18:6: warning: symbol 'selinux_is_enabled' was not declared. Should it be static?

Signed-off-by: James Morris <jmorris@namei.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

security/selinux/exports.c
... ... @@ -12,6 +12,7 @@
12 12 * as published by the Free Software Foundation.
13 13 */
14 14 #include <linux/module.h>
  15 +#include <linux/selinux.h>
15 16  
16 17 #include "security.h"
17 18