Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-13 Thread Greg KH
On Fri, Jul 13, 2007 at 01:10:46AM -0500, Kumar Gala wrote: > On Thu, 12 Jul 2007, Greg KH wrote: > > > On Fri, Jul 13, 2007 at 12:55:39AM -0500, Kumar Gala wrote: > > > > > > On Jul 13, 2007, at 12:33 AM, Greg KH wrote: > > > > > > > On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote: >

Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-13 Thread Kumar Gala
On Thu, 12 Jul 2007, Greg KH wrote: > On Fri, Jul 13, 2007 at 12:55:39AM -0500, Kumar Gala wrote: > > > > On Jul 13, 2007, at 12:33 AM, Greg KH wrote: > > > > > On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote: > > >> pci_do_scan_bus() and pci_bus_find_capability() are marked

Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-13 Thread Greg KH
On Fri, Jul 13, 2007 at 12:55:39AM -0500, Kumar Gala wrote: > > On Jul 13, 2007, at 12:33 AM, Greg KH wrote: > > > On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote: > >> pci_do_scan_bus() and pci_bus_find_capability() are marked EXPORT_SYMBOL > >> and thus usable outside of the PCI

Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-13 Thread Kumar Gala
On Jul 13, 2007, at 12:33 AM, Greg KH wrote: On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote: pci_do_scan_bus() and pci_bus_find_capability() are marked EXPORT_SYMBOL and thus usable outside of the PCI drive core itself. Make the prototypes for these functions accessible to

Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-13 Thread Kumar Gala
On Jul 13, 2007, at 12:33 AM, Greg KH wrote: On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote: pci_do_scan_bus() and pci_bus_find_capability() are marked EXPORT_SYMBOL and thus usable outside of the PCI drive core itself. Make the prototypes for these functions accessible to

Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-13 Thread Greg KH
On Fri, Jul 13, 2007 at 12:55:39AM -0500, Kumar Gala wrote: On Jul 13, 2007, at 12:33 AM, Greg KH wrote: On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote: pci_do_scan_bus() and pci_bus_find_capability() are marked EXPORT_SYMBOL and thus usable outside of the PCI drive core

Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-13 Thread Kumar Gala
On Thu, 12 Jul 2007, Greg KH wrote: On Fri, Jul 13, 2007 at 12:55:39AM -0500, Kumar Gala wrote: On Jul 13, 2007, at 12:33 AM, Greg KH wrote: On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote: pci_do_scan_bus() and pci_bus_find_capability() are marked EXPORT_SYMBOL and

Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-13 Thread Greg KH
On Fri, Jul 13, 2007 at 01:10:46AM -0500, Kumar Gala wrote: On Thu, 12 Jul 2007, Greg KH wrote: On Fri, Jul 13, 2007 at 12:55:39AM -0500, Kumar Gala wrote: On Jul 13, 2007, at 12:33 AM, Greg KH wrote: On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote:

Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-12 Thread Greg KH
On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote: > pci_do_scan_bus() and pci_bus_find_capability() are marked EXPORT_SYMBOL > and thus usable outside of the PCI drive core itself. Make the prototypes > for these functions accessible to everyone. Well, no, I'd like to only have the pci

[PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-12 Thread Kumar Gala
pci_do_scan_bus() and pci_bus_find_capability() are marked EXPORT_SYMBOL and thus usable outside of the PCI drive core itself. Make the prototypes for these functions accessible to everyone. Also kill the duplicate prototype for pci_bus_alloc_resource(). Signed-off-by: Kumar Gala <[EMAIL

[PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-12 Thread Kumar Gala
pci_do_scan_bus() and pci_bus_find_capability() are marked EXPORT_SYMBOL and thus usable outside of the PCI drive core itself. Make the prototypes for these functions accessible to everyone. Also kill the duplicate prototype for pci_bus_alloc_resource(). Signed-off-by: Kumar Gala [EMAIL

Re: [PATCH] PCI: Move prototypes for EXPORT_SYMBOL functions to include/linux/pci.h

2007-07-12 Thread Greg KH
On Fri, Jul 13, 2007 at 12:16:29AM -0500, Kumar Gala wrote: pci_do_scan_bus() and pci_bus_find_capability() are marked EXPORT_SYMBOL and thus usable outside of the PCI drive core itself. Make the prototypes for these functions accessible to everyone. Well, no, I'd like to only have the pci