diff options
-rw-r--r-- | arch/sh/mm/pg-mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/pg-mmu.c b/arch/sh/mm/pg-mmu.c index 32351206edd3..e5c5122f4d62 100644 --- a/arch/sh/mm/pg-mmu.c +++ b/arch/sh/mm/pg-mmu.c | |||
@@ -31,7 +31,7 @@ void __init kmap_coherent_init(void) | |||
31 | #endif | 31 | #endif |
32 | } | 32 | } |
33 | 33 | ||
34 | static inline void *kmap_coherent(struct page *page, unsigned long addr) | 34 | static void *kmap_coherent(struct page *page, unsigned long addr) |
35 | { | 35 | { |
36 | enum fixed_addresses idx; | 36 | enum fixed_addresses idx; |
37 | unsigned long vaddr, flags; | 37 | unsigned long vaddr, flags; |