aboutsummaryrefslogtreecommitdiff
path: root/include/asm-h8300/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-h8300/pci.h')
-rw-r--r--include/asm-h8300/pci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-h8300/pci.h b/include/asm-h8300/pci.h
index 5edad5b70fd..0c771b05fdd 100644
--- a/include/asm-h8300/pci.h
+++ b/include/asm-h8300/pci.h
@@ -10,12 +10,12 @@
#define pcibios_assign_all_busses() 0
#define pcibios_scan_all_fns(a, b) 0
-extern inline void pcibios_set_master(struct pci_dev *dev)
+static inline void pcibios_set_master(struct pci_dev *dev)
{
/* No special bus mastering setup handling */
}
-extern inline void pcibios_penalize_isa_irq(int irq, int active)
+static inline void pcibios_penalize_isa_irq(int irq, int active)
{
/* We don't do dynamic PCI IRQ allocation */
}