diff options
Diffstat (limited to 'arch/ia64/hp/common/sba_iommu.c')
-rw-r--r-- | arch/ia64/hp/common/sba_iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/hp/common/sba_iommu.c b/arch/ia64/hp/common/sba_iommu.c index ce49fe3a3b5..c1dca226b47 100644 --- a/arch/ia64/hp/common/sba_iommu.c +++ b/arch/ia64/hp/common/sba_iommu.c | |||
@@ -1881,7 +1881,7 @@ ioc_open(struct inode *inode, struct file *file) | |||
1881 | return seq_open(file, &ioc_seq_ops); | 1881 | return seq_open(file, &ioc_seq_ops); |
1882 | } | 1882 | } |
1883 | 1883 | ||
1884 | static struct file_operations ioc_fops = { | 1884 | static const struct file_operations ioc_fops = { |
1885 | .open = ioc_open, | 1885 | .open = ioc_open, |
1886 | .read = seq_read, | 1886 | .read = seq_read, |
1887 | .llseek = seq_lseek, | 1887 | .llseek = seq_lseek, |