]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - security/smack/smackfs.c
Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit...
[mv-sheeva.git] / security / smack / smackfs.c
index 5d1bee0fa51331e9263649cb2dbd5fd7aae0275d..271a835fbbe3f72f4e5465cbf84b9b271fa7e77a 100644 (file)
@@ -317,7 +317,7 @@ static const struct file_operations smk_load_ops = {
 /**
  * smk_cipso_doi - initialize the CIPSO domain
  */
-void smk_cipso_doi(void)
+static void smk_cipso_doi(void)
 {
        int rc;
        struct cipso_v4_doi *doip;
@@ -351,7 +351,7 @@ void smk_cipso_doi(void)
 /**
  * smk_unlbl_ambient - initialize the unlabeled domain
  */
-void smk_unlbl_ambient(char *oldambient)
+static void smk_unlbl_ambient(char *oldambient)
 {
        int rc;
        struct netlbl_audit audit_info;