Re: [PATCH] PCI fixes for 2.6.9

From: Greg KH
Date: Wed Oct 20 2004 - 04:31:38 EST


ChangeSet 1.1997.37.13, 2004/10/06 11:49:31-07:00, hch@xxxxxx

[PATCH] PCI: mark proc_bus_pci_dir static

Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/pci/proc.c | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)


diff -Nru a/drivers/pci/proc.c b/drivers/pci/proc.c
--- a/drivers/pci/proc.c 2004-10-19 15:26:49 -07:00
+++ b/drivers/pci/proc.c 2004-10-19 15:26:49 -07:00
@@ -379,7 +379,7 @@
.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 @@
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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/