[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:
Jan Engelhardt 2008-01-22 20:42:07 +01:00 committed by Tony Luck
parent 0df29025fd
commit a23fe55e13
5 changed files with 5 additions and 5 deletions

View file

@ -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,