diff options
Diffstat (limited to 'arch/sh/include/asm/io_trapped.h')
-rw-r--r-- | arch/sh/include/asm/io_trapped.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/io_trapped.h b/arch/sh/include/asm/io_trapped.h index f1251d4f0ba9..4ab94ef51071 100644 --- a/arch/sh/include/asm/io_trapped.h +++ b/arch/sh/include/asm/io_trapped.h | |||
@@ -36,7 +36,7 @@ __ioremap_trapped(unsigned long offset, unsigned long size) | |||
36 | #define __ioremap_trapped(offset, size) NULL | 36 | #define __ioremap_trapped(offset, size) NULL |
37 | #endif | 37 | #endif |
38 | 38 | ||
39 | #ifdef CONFIG_HAS_IOPORT | 39 | #ifdef CONFIG_HAS_IOPORT_MAP |
40 | extern struct list_head trapped_io; | 40 | extern struct list_head trapped_io; |
41 | 41 | ||
42 | static inline void __iomem * | 42 | static inline void __iomem * |