orangefs: make debug_help_fops static

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
Mike Marshall 2018-06-01 13:46:18 -04:00
parent 8a6080f574
commit 3cf796afed
1 changed files with 1 additions and 1 deletions

View File

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