[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
vanhempi 0df29025fd
commit a23fe55e13
5 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa

Näytä tiedosto

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