Merge tag 'gvt-fixes-2018-11-07' of https://github.com/intel/gvt-linux into drm-intel...
[linux-2.6-block.git] / fs / orangefs / orangefs-debugfs.c
index 6e35f2f3c897b5da12ae115ef7642de3e0030b57..0732cb08173e9ba73f744f646b58f48dbc9634e1 100644 (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,