1
0
Fork 0

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 <lethal@linux-sh.org>
wifi-calibration
Paul Mundt 2009-08-04 15:59:15 +09:00
parent 700487c158
commit 222db3e5f2
1 changed files with 1 additions and 1 deletions

View File

@ -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;