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:
committed by
Linus Torvalds
parent
1e548deb5d
commit
920c7a5d0c
@@ -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);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user