Commit d60fc60d authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Greg Kroah-Hartman

[PATCH] PCI: mark proc_bus_pci_dir static

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent c5f8b0db
......@@ -379,7 +379,7 @@ static struct seq_operations proc_bus_pci_devices_op = {
.show = show_device
};
struct proc_dir_entry *proc_bus_pci_dir;
static struct proc_dir_entry *proc_bus_pci_dir;
int pci_proc_attach_device(struct pci_dev *dev)
{
......@@ -612,6 +612,5 @@ __initcall(pci_proc_init);
EXPORT_SYMBOL(pci_proc_attach_device);
EXPORT_SYMBOL(pci_proc_attach_bus);
EXPORT_SYMBOL(pci_proc_detach_bus);
EXPORT_SYMBOL(proc_bus_pci_dir);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment