[IA64] constify function pointer tables

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by Jan Engelhardt and committed by Tony Luck a23fe55e 0df29025

+5 -5
+1 -1
arch/ia64/hp/common/sba_iommu.c
··· 1871 1871 return 0; 1872 1872 } 1873 1873 1874 - static struct seq_operations ioc_seq_ops = { 1874 + static const struct seq_operations ioc_seq_ops = { 1875 1875 .start = ioc_start, 1876 1876 .next = ioc_next, 1877 1877 .stop = ioc_stop,
+1 -1
arch/ia64/kernel/perfmon.c
··· 5795 5795 return 0; 5796 5796 } 5797 5797 5798 - struct seq_operations pfm_seq_ops = { 5798 + const struct seq_operations pfm_seq_ops = { 5799 5799 .start = pfm_proc_start, 5800 5800 .next = pfm_proc_next, 5801 5801 .stop = pfm_proc_stop,
+1 -1
arch/ia64/kernel/setup.c
··· 654 654 { 655 655 } 656 656 657 - struct seq_operations cpuinfo_op = { 657 + const struct seq_operations cpuinfo_op = { 658 658 .start = c_start, 659 659 .next = c_next, 660 660 .stop = c_stop,
+1 -1
arch/ia64/sn/kernel/sn2/sn2_smp.c
··· 523 523 return count; 524 524 } 525 525 526 - static struct seq_operations sn2_ptc_seq_ops = { 526 + static const struct seq_operations sn2_ptc_seq_ops = { 527 527 .start = sn2_ptc_seq_start, 528 528 .next = sn2_ptc_seq_next, 529 529 .stop = sn2_ptc_seq_stop,
+1 -1
arch/ia64/sn/kernel/sn2/sn_hwperf.c
··· 577 577 /* 578 578 * /proc/sgi_sn/sn_topology, read-only using seq_file 579 579 */ 580 - static struct seq_operations sn_topology_seq_ops = { 580 + static const struct seq_operations sn_topology_seq_ops = { 581 581 .start = sn_topology_start, 582 582 .next = sn_topology_next, 583 583 .stop = sn_topology_stop,