aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp/common
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/hp/common')
-rw-r--r--arch/ia64/hp/common/sba_iommu.c2
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 45bf04eb7d7..8c0ae4f20f7 100644
--- a/arch/ia64/hp/common/sba_iommu.c
+++ b/arch/ia64/hp/common/sba_iommu.c
@@ -1871,7 +1871,7 @@ ioc_show(struct seq_file *s, void *v)
1871 return 0; 1871 return 0;
1872} 1872}
1873 1873
1874static struct seq_operations ioc_seq_ops = { 1874static const struct seq_operations ioc_seq_ops = {
1875 .start = ioc_start, 1875 .start = ioc_start,
1876 .next = ioc_next, 1876 .next = ioc_next,
1877 .stop = ioc_stop, 1877 .stop = ioc_stop,