diff options
Diffstat (limited to 'arch/frv/include/asm/io.h')
-rw-r--r-- | arch/frv/include/asm/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/include/asm/io.h b/arch/frv/include/asm/io.h index ca7475e73b5e..8cb50a2fbcb2 100644 --- a/arch/frv/include/asm/io.h +++ b/arch/frv/include/asm/io.h | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <asm/virtconvert.h> | 21 | #include <asm/virtconvert.h> |
22 | #include <asm/string.h> | 22 | #include <asm/string.h> |
23 | #include <asm/mb-regs.h> | 23 | #include <asm/mb-regs.h> |
24 | #include <asm-generic/pci_iomap.h> | ||
24 | #include <linux/delay.h> | 25 | #include <linux/delay.h> |
25 | 26 | ||
26 | /* | 27 | /* |
@@ -370,7 +371,6 @@ static inline void iowrite32_rep(void __iomem *p, const void *src, unsigned long | |||
370 | 371 | ||
371 | /* Create a virtual mapping cookie for a PCI BAR (memory or IO) */ | 372 | /* Create a virtual mapping cookie for a PCI BAR (memory or IO) */ |
372 | struct pci_dev; | 373 | struct pci_dev; |
373 | extern void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max); | ||
374 | static inline void pci_iounmap(struct pci_dev *dev, void __iomem *p) | 374 | static inline void pci_iounmap(struct pci_dev *dev, void __iomem *p) |
375 | { | 375 | { |
376 | } | 376 | } |