diff options
Diffstat (limited to 'include/asm-generic/io.h')
| -rw-r--r-- | include/asm-generic/io.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-generic/io.h b/include/asm-generic/io.h index d5afe96adba..975e1cc75ed 100644 --- a/include/asm-generic/io.h +++ b/include/asm-generic/io.h @@ -327,7 +327,7 @@ static inline void iounmap(void __iomem *addr)  }  #endif /* CONFIG_MMU */ -#ifdef CONFIG_HAS_IOPORT +#ifdef CONFIG_HAS_IOPORT_MAP  #ifndef CONFIG_GENERIC_IOMAP  static inline void __iomem *ioport_map(unsigned long port, unsigned int nr)  { @@ -341,7 +341,7 @@ static inline void ioport_unmap(void __iomem *p)  extern void __iomem *ioport_map(unsigned long port, unsigned int nr);  extern void ioport_unmap(void __iomem *p);  #endif /* CONFIG_GENERIC_IOMAP */ -#endif /* CONFIG_HAS_IOPORT */ +#endif /* CONFIG_HAS_IOPORT_MAP */  #ifndef xlate_dev_kmem_ptr  #define xlate_dev_kmem_ptr(p)	p  | 
