* pcibios_bus_to_resource prototype.
@ 2005-08-30 16:42 Atsushi Nemoto
2005-08-30 16:52 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2005-08-30 16:42 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
MIPS lacks pcibios_bus_to_resource prototype which is new on 2.6.13.
Index: include/asm-mips/pci.h
===================================================================
RCS file: /home/cvs/linux/include/asm-mips/pci.h,v
retrieving revision 1.63
diff -u -r1.63 pci.h
--- include/asm-mips/pci.h 15 Aug 2005 15:16:56 -0000 1.63
+++ include/asm-mips/pci.h 30 Aug 2005 16:31:55 -0000
@@ -143,6 +143,9 @@
extern void pcibios_resource_to_bus(struct pci_dev *dev,
struct pci_bus_region *region, struct resource *res);
+extern void pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res,
+ struct pci_bus_region *region);
+
#ifdef CONFIG_PCI_DOMAINS
#define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pcibios_bus_to_resource prototype.
2005-08-30 16:42 pcibios_bus_to_resource prototype Atsushi Nemoto
@ 2005-08-30 16:52 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2005-08-30 16:52 UTC (permalink / raw)
To: Atsushi Nemoto; +Cc: linux-mips
On Wed, Aug 31, 2005 at 01:42:36AM +0900, Atsushi Nemoto wrote:
> MIPS lacks pcibios_bus_to_resource prototype which is new on 2.6.13.
Applied. Thanks,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-30 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30 16:42 pcibios_bus_to_resource prototype Atsushi Nemoto
2005-08-30 16:52 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.