diff options
Diffstat (limited to 'fs/debugfs')
-rw-r--r-- | fs/debugfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c index bf3901ab1744..8d130cc85322 100644 --- a/fs/debugfs/file.c +++ b/fs/debugfs/file.c | |||
@@ -254,7 +254,7 @@ static ssize_t read_file_blob(struct file *file, char __user *user_buf, | |||
254 | blob->size); | 254 | blob->size); |
255 | } | 255 | } |
256 | 256 | ||
257 | static struct file_operations fops_blob = { | 257 | static const struct file_operations fops_blob = { |
258 | .read = read_file_blob, | 258 | .read = read_file_blob, |
259 | .open = default_open, | 259 | .open = default_open, |
260 | }; | 260 | }; |