Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02d90fc3 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Greg Kroah-Hartman
Browse files

PCI: constify function pointer tables

parent add77184
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ static int show_device(struct seq_file *m, void *v)
	return 0;
}

static struct seq_operations proc_bus_pci_devices_op = {
static const struct seq_operations proc_bus_pci_devices_op = {
	.start	= pci_seq_start,
	.next	= pci_seq_next,
	.stop	= pci_seq_stop,