Commit 3cf796af authored by Mike Marshall's avatar Mike Marshall

orangefs: make debug_help_fops static

Signed-off-by: default avatarMike Marshall <hubcap@omnibond.com>
parent 8a6080f5
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment