Messages in this thread Patch in this message |  | | | Subject | Re: [PATCH] PCI fixes for 2.6.9 | | Date | Tue, 19 Oct 2004 15:42:13 -0700 | | From | Greg KH <> |
| |
ChangeSet 1.1997.37.13, 2004/10/06 11:49:31-07:00, hch@lst.de
[PATCH] PCI: mark proc_bus_pci_dir static
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |