diff options
Diffstat (limited to 'drivers/parisc/sba_iommu.c')
-rw-r--r-- | drivers/parisc/sba_iommu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/parisc/sba_iommu.c b/drivers/parisc/sba_iommu.c index f1e7ccd5475b..76a29dadd519 100644 --- a/drivers/parisc/sba_iommu.c +++ b/drivers/parisc/sba_iommu.c | |||
@@ -1799,7 +1799,7 @@ sba_proc_open(struct inode *i, struct file *f) | |||
1799 | return single_open(f, &sba_proc_info, NULL); | 1799 | return single_open(f, &sba_proc_info, NULL); |
1800 | } | 1800 | } |
1801 | 1801 | ||
1802 | static struct file_operations sba_proc_fops = { | 1802 | static const struct file_operations sba_proc_fops = { |
1803 | .owner = THIS_MODULE, | 1803 | .owner = THIS_MODULE, |
1804 | .open = sba_proc_open, | 1804 | .open = sba_proc_open, |
1805 | .read = seq_read, | 1805 | .read = seq_read, |
@@ -1831,7 +1831,7 @@ sba_proc_bitmap_open(struct inode *i, struct file *f) | |||
1831 | return single_open(f, &sba_proc_bitmap_info, NULL); | 1831 | return single_open(f, &sba_proc_bitmap_info, NULL); |
1832 | } | 1832 | } |
1833 | 1833 | ||
1834 | static struct file_operations sba_proc_bitmap_fops = { | 1834 | static const struct file_operations sba_proc_bitmap_fops = { |
1835 | .owner = THIS_MODULE, | 1835 | .owner = THIS_MODULE, |
1836 | .open = sba_proc_bitmap_open, | 1836 | .open = sba_proc_bitmap_open, |
1837 | .read = seq_read, | 1837 | .read = seq_read, |