commit | 02d90fc343411d6dff26bbd64f0895a243e6f608 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@computergmbh.de> | Tue Jan 22 20:53:43 2008 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 15:04:29 2008 -0800 |
tree | 00bd631ef37f38860a56a68edbd2bd9c7504e38e | |
parent | add771840be591fd926a5ca27c22e622c13d1294 [diff] |
PCI: constify function pointer tables Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c index 2bf159b..68aeeb7 100644 --- a/drivers/pci/proc.c +++ b/drivers/pci/proc.c
@@ -375,7 +375,7 @@ 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,