[IA64] constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:

committed by
Tony Luck

parent
0df29025fd
commit
a23fe55e13
@@ -5795,7 +5795,7 @@ pfm_proc_show(struct seq_file *m, void *v)
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct seq_operations pfm_seq_ops = {
|
||||
const struct seq_operations pfm_seq_ops = {
|
||||
.start = pfm_proc_start,
|
||||
.next = pfm_proc_next,
|
||||
.stop = pfm_proc_stop,
|
||||
|
@@ -654,7 +654,7 @@ c_stop (struct seq_file *m, void *v)
|
||||
{
|
||||
}
|
||||
|
||||
struct seq_operations cpuinfo_op = {
|
||||
const struct seq_operations cpuinfo_op = {
|
||||
.start = c_start,
|
||||
.next = c_next,
|
||||
.stop = c_stop,
|
||||
|
Reference in New Issue
Block a user