From: Adrian Bunk Date: Tue, 22 Jul 2008 17:21:23 +0000 (+0300) Subject: make selinux_write_opts() static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3583a71183a02c51ca71cd180e9189cfb0411cc1;p=mv-sheeva.git make selinux_write_opts() static This patch makes the needlessly global selinux_write_opts() static. Signed-off-by: Adrian Bunk Signed-off-by: James Morris --- diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 3ae9bec5a50..0ffd8814af3 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -957,7 +957,8 @@ out_err: return rc; } -void selinux_write_opts(struct seq_file *m, struct security_mnt_opts *opts) +static void selinux_write_opts(struct seq_file *m, + struct security_mnt_opts *opts) { int i; char *prefix;