make selinux_write_opts() static

This patch makes the needlessly global selinux_write_opts() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Adrian Bunk 2008-07-22 20:21:23 +03:00 коммит произвёл James Morris
Родитель 2b12a4c524
Коммит 3583a71183
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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