Commit 10d61c7a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: Fix pcibios_scan_all_fns on iSeries, from Jake Moilanen

From: anton@samba.org

Fix pcibios_scan_all_fns on iSeries, from Jake Moilanen
parent c9a01511
......@@ -21,6 +21,12 @@
extern int pcibios_scan_all_fns(struct pci_bus *bus, int devfn);
#ifdef CONFIG_PPC_ISERIES
#define pcibios_scan_all_fns(a, b) 0
#else
extern int pcibios_scan_all_fns(struct pci_bus *bus, int devfn);
#endif
static inline void pcibios_set_master(struct pci_dev *dev)
{
/* No special bus mastering setup handling */
......
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