Skip to content

Commit

Permalink
Merge branch 'gemini_fix' of git://git.berlios.de/gemini-board into d…
Browse files Browse the repository at this point in the history
…evel-stable
  • Loading branch information
Russell King committed May 7, 2010
2 parents 941f81c + a3be632 commit 35c4493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mm/copypage-fa.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fa_copy_user_page(void *kto, const void *kfrom)
}

void fa_copy_user_highpage(struct page *to, struct page *from,
unsigned long vaddr)
unsigned long vaddr, struct vm_area_struct *vma)
{
void *kto, *kfrom;

Expand Down

0 comments on commit 35c4493

Please sign in to comment.