aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@computergmbh.de>2008-01-22 14:42:07 -0500
committerTony Luck <tony.luck@intel.com>2008-02-04 18:09:11 -0500
commita23fe55e132cd85108ab55b3fafb4b5060d847c7 (patch)
treeba0dfa1f02a6724a09b69968d3c998f8a8198a44 /arch/ia64/hp
parent0df29025fd0379d5950d206314d0b10a2c8a9607 (diff)
[IA64] constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/hp')
-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 45bf04eb7d70..8c0ae4f20f7e 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,