PCI: constify function pointer tables

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Jan Engelhardt and committed by Greg Kroah-Hartman 02d90fc3 add77184

+1 -1
+1 -1
drivers/pci/proc.c
··· 375 return 0; 376 } 377 378 - static struct seq_operations proc_bus_pci_devices_op = { 379 .start = pci_seq_start, 380 .next = pci_seq_next, 381 .stop = pci_seq_stop,
··· 375 return 0; 376 } 377 378 + static const struct seq_operations proc_bus_pci_devices_op = { 379 .start = pci_seq_start, 380 .next = pci_seq_next, 381 .stop = pci_seq_stop,