diff options
author | Jan Engelhardt <jengelh@computergmbh.de> | 2008-01-22 14:42:07 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-02-04 18:09:11 -0500 |
commit | a23fe55e132cd85108ab55b3fafb4b5060d847c7 (patch) | |
tree | ba0dfa1f02a6724a09b69968d3c998f8a8198a44 /arch/ia64/sn | |
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/sn')
-rw-r--r-- | arch/ia64/sn/kernel/sn2/sn2_smp.c | 2 | ||||
-rw-r--r-- | arch/ia64/sn/kernel/sn2/sn_hwperf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/sn/kernel/sn2/sn2_smp.c b/arch/ia64/sn/kernel/sn2/sn2_smp.c index f3c69329e145..dfc6bf1c7b41 100644 --- a/arch/ia64/sn/kernel/sn2/sn2_smp.c +++ b/arch/ia64/sn/kernel/sn2/sn2_smp.c | |||
@@ -523,7 +523,7 @@ static ssize_t sn2_ptc_proc_write(struct file *file, const char __user *user, si | |||
523 | return count; | 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 | .start = sn2_ptc_seq_start, | 527 | .start = sn2_ptc_seq_start, |
528 | .next = sn2_ptc_seq_next, | 528 | .next = sn2_ptc_seq_next, |
529 | .stop = sn2_ptc_seq_stop, | 529 | .stop = sn2_ptc_seq_stop, |
diff --git a/arch/ia64/sn/kernel/sn2/sn_hwperf.c b/arch/ia64/sn/kernel/sn2/sn_hwperf.c index 1a8e49607f11..ca882744d753 100644 --- a/arch/ia64/sn/kernel/sn2/sn_hwperf.c +++ b/arch/ia64/sn/kernel/sn2/sn_hwperf.c | |||
@@ -577,7 +577,7 @@ static void sn_topology_stop(struct seq_file *m, void *v) | |||
577 | /* | 577 | /* |
578 | * /proc/sgi_sn/sn_topology, read-only using seq_file | 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 | .start = sn_topology_start, | 581 | .start = sn_topology_start, |
582 | .next = sn_topology_next, | 582 | .next = sn_topology_next, |
583 | .stop = sn_topology_stop, | 583 | .stop = sn_topology_stop, |