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
@@ -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)
|
||||
|
Reference in New Issue
Block a user