diff options
Diffstat (limited to 'arch/sh/mm/pmb.c')
-rw-r--r-- | arch/sh/mm/pmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/pmb.c b/arch/sh/mm/pmb.c index b60ad83a7635..d0d45e2e0ab3 100644 --- a/arch/sh/mm/pmb.c +++ b/arch/sh/mm/pmb.c | |||
@@ -378,7 +378,7 @@ static int pmb_debugfs_open(struct inode *inode, struct file *file) | |||
378 | return single_open(file, pmb_seq_show, NULL); | 378 | return single_open(file, pmb_seq_show, NULL); |
379 | } | 379 | } |
380 | 380 | ||
381 | static struct file_operations pmb_debugfs_fops = { | 381 | static const struct file_operations pmb_debugfs_fops = { |
382 | .owner = THIS_MODULE, | 382 | .owner = THIS_MODULE, |
383 | .open = pmb_debugfs_open, | 383 | .open = pmb_debugfs_open, |
384 | .read = seq_read, | 384 | .read = seq_read, |