aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-h8300
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2007-05-08 12:03:07 +1000
committerGreg Kroah-Hartman <gregkh@suse.de>2007-07-11 16:02:07 -0700
commit575e3348cb80c3265278756778d5091d5ca4efbf (patch)
tree2d6d3f25f5170ac7a2da2351ee3b7e8ca5a33552 /include/asm-h8300
parentPCI: add PCI-X/PCI-Express read control interfaces (diff)
downloadlinux-dev-575e3348cb80c3265278756778d5091d5ca4efbf.tar.xz
linux-dev-575e3348cb80c3265278756778d5091d5ca4efbf.zip
PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
I'm not sure if this is going to fly, weak symbols work on the compilers I'm using, but whether they work for all of the affected architectures I can't say. I've cc'ed as many arch maintainers/lists as I could find. But assuming they do, we can use a weak empty definition of pcibios_add_platform_entries() to avoid having an empty definition on every arch. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/asm-h8300')
-rw-r--r--include/asm-h8300/pci.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-h8300/pci.h b/include/asm-h8300/pci.h
index 0c771b05fdd5..97389b35aa35 100644
--- a/include/asm-h8300/pci.h
+++ b/include/asm-h8300/pci.h
@@ -22,8 +22,4 @@ static inline void pcibios_penalize_isa_irq(int irq, int active)
#define PCI_DMA_BUS_IS_PHYS (1)
-static inline void pcibios_add_platform_entries(struct pci_dev *dev)
-{
-}
-
#endif /* _ASM_H8300_PCI_H */