From: Mike Marshall Date: Fri, 1 Jun 2018 17:46:18 +0000 (-0400) Subject: orangefs: make debug_help_fops static X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3cf796afedbbbf880c523707e4d57ba4a1cee5d4;p=linux.git orangefs: make debug_help_fops static Signed-off-by: Mike Marshall --- diff --git a/fs/orangefs/orangefs-debugfs.c b/fs/orangefs/orangefs-debugfs.c index 6e35f2f3c897b..0732cb08173e9 100644 --- a/fs/orangefs/orangefs-debugfs.c +++ b/fs/orangefs/orangefs-debugfs.c @@ -114,7 +114,7 @@ static const struct seq_operations help_debug_ops = { .show = help_show, }; -const struct file_operations debug_help_fops = { +static const struct file_operations debug_help_fops = { .owner = THIS_MODULE, .open = orangefs_debug_help_open, .read = seq_read,