diff options
-rw-r--r-- | arch/sh/include/asm/io.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/include/asm/io.h b/arch/sh/include/asm/io.h index 4bad72a1b39e..e4f563f472eb 100644 --- a/arch/sh/include/asm/io.h +++ b/arch/sh/include/asm/io.h | |||
@@ -245,10 +245,11 @@ extern int iounmap_fixed(void __iomem *); | |||
245 | extern void ioremap_fixed_init(void); | 245 | extern void ioremap_fixed_init(void); |
246 | #else | 246 | #else |
247 | static inline void __iomem * | 247 | static inline void __iomem * |
248 | ioremap_fixed(resource_size t phys_addr, unsigned long offset, | 248 | ioremap_fixed(resource_size_t phys_addr, unsigned long offset, |
249 | unsigned long size, pgprot_t prot) | 249 | unsigned long size, pgprot_t prot) |
250 | { | 250 | { |
251 | BUG(); | 251 | BUG(); |
252 | return NULL; | ||
252 | } | 253 | } |
253 | 254 | ||
254 | static inline void ioremap_fixed_init(void) { } | 255 | static inline void ioremap_fixed_init(void) { } |