mm: remove fastcall from mm/

fastcall is always defined to be empty, remove it

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Harvey Harrison
2008-02-04 22:29:26 -08:00
committed by Linus Torvalds
parent 1e548deb5d
commit 920c7a5d0c
7 changed files with 24 additions and 23 deletions

View File

@@ -34,7 +34,7 @@ static inline void __put_page(struct page *page)
atomic_dec(&page->_count);
}
extern void fastcall __init __free_pages_bootmem(struct page *page,
extern void __init __free_pages_bootmem(struct page *page,
unsigned int order);
/*