diff options
Diffstat (limited to 'drivers/parisc/ccio-dma.c')
-rw-r--r-- | drivers/parisc/ccio-dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index fe3f5f5365c5..894fdb9d44c0 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c | |||
@@ -1091,7 +1091,7 @@ static int ccio_proc_info_open(struct inode *inode, struct file *file) | |||
1091 | return single_open(file, &ccio_proc_info, NULL); | 1091 | return single_open(file, &ccio_proc_info, NULL); |
1092 | } | 1092 | } |
1093 | 1093 | ||
1094 | static struct file_operations ccio_proc_info_fops = { | 1094 | static const struct file_operations ccio_proc_info_fops = { |
1095 | .owner = THIS_MODULE, | 1095 | .owner = THIS_MODULE, |
1096 | .open = ccio_proc_info_open, | 1096 | .open = ccio_proc_info_open, |
1097 | .read = seq_read, | 1097 | .read = seq_read, |
@@ -1127,7 +1127,7 @@ static int ccio_proc_bitmap_open(struct inode *inode, struct file *file) | |||
1127 | return single_open(file, &ccio_proc_bitmap_info, NULL); | 1127 | return single_open(file, &ccio_proc_bitmap_info, NULL); |
1128 | } | 1128 | } |
1129 | 1129 | ||
1130 | static struct file_operations ccio_proc_bitmap_fops = { | 1130 | static const struct file_operations ccio_proc_bitmap_fops = { |
1131 | .owner = THIS_MODULE, | 1131 | .owner = THIS_MODULE, |
1132 | .open = ccio_proc_bitmap_open, | 1132 | .open = ccio_proc_bitmap_open, |
1133 | .read = seq_read, | 1133 | .read = seq_read, |