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

@@ -1073,7 +1073,7 @@ static int __set_page_dirty(struct page *page)
return 0;
}
int fastcall set_page_dirty(struct page *page)
int set_page_dirty(struct page *page)
{
int ret = __set_page_dirty(page);
if (ret)