aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/include/asm/pci.h')
-rw-r--r--arch/h8300/include/asm/pci.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/pci.h b/arch/h8300/include/asm/pci.h
index 0b2acaa3dd8..cc9762091c0 100644
--- a/arch/h8300/include/asm/pci.h
+++ b/arch/h8300/include/asm/pci.h
@@ -9,6 +9,11 @@
9 9
10#define pcibios_assign_all_busses() 0 10#define pcibios_assign_all_busses() 0
11 11
12static inline void pcibios_set_master(struct pci_dev *dev)
13{
14 /* No special bus mastering setup handling */
15}
16
12static inline void pcibios_penalize_isa_irq(int irq, int active) 17static inline void pcibios_penalize_isa_irq(int irq, int active)
13{ 18{
14 /* We don't do dynamic PCI IRQ allocation */ 19 /* We don't do dynamic PCI IRQ allocation */