]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - security/capability.c
ARM: 7740/1: MCPM: prettify debug output
[karo-tx-linux.git] / security / capability.c
index 6783c3e6c88e24fa5e2dacd07fd64ea5b61ac636..1728d4e375db509c4e192e0e69fb1a0ee020bf49 100644 (file)
@@ -98,9 +98,10 @@ static int cap_sb_set_mnt_opts(struct super_block *sb,
        return 0;
 }
 
-static void cap_sb_clone_mnt_opts(const struct super_block *oldsb,
+static int cap_sb_clone_mnt_opts(const struct super_block *oldsb,
                                  struct super_block *newsb)
 {
+       return 0;
 }
 
 static int cap_sb_parse_opts_str(char *options, struct security_mnt_opts *opts)