Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

orangefs: make debug_help_fops static

parent 8a6080f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,