From: Paul Mundt Date: Tue, 4 Aug 2009 06:59:15 +0000 (+0900) Subject: sh: Bring kmap_coherent() out-of-line. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=222db3e5f21fca563f5f692e000afcc01cb4395c;p=mv-sheeva.git sh: Bring kmap_coherent() out-of-line. kmap_coherent() has gotten too big to leave as an inline, so we bring it out-of-line. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/mm/pg-mmu.c b/arch/sh/mm/pg-mmu.c index 32351206edd..e5c5122f4d6 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) #endif } -static inline void *kmap_coherent(struct page *page, unsigned long addr) +static void *kmap_coherent(struct page *page, unsigned long addr) { enum fixed_addresses idx; unsigned long vaddr, flags;