提交 02d90fc3 编写于 作者: J Jan Engelhardt 提交者: Greg Kroah-Hartman

PCI: constify function pointer tables

Signed-off-by: NJan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 add77184
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册