diff options
author | Jan Engelhardt <jengelh@computergmbh.de> | 2008-01-22 20:42:07 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-02-04 15:09:11 -0800 |
commit | a23fe55e132cd85108ab55b3fafb4b5060d847c7 (patch) | |
tree | ba0dfa1f02a6724a09b69968d3c998f8a8198a44 /arch/ia64/hp/common/sba_iommu.c | |
parent | 0df29025fd0379d5950d206314d0b10a2c8a9607 (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/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 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) return 0; } -static struct seq_operations ioc_seq_ops = { +static const struct seq_operations ioc_seq_ops = { .start = ioc_start, .next = ioc_next, .stop = ioc_stop, |