Skip to content

Commit

Permalink
ARM: Gemini: fix compiler error in copypage-fa.c
Browse files Browse the repository at this point in the history
Fix compiler error in copypage-fs.c
missing struct vm_area_struct *vma in function
fa_copy_user_highpage

Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
  • Loading branch information
Hans Ulli Kroll committed Apr 27, 2010
1 parent 352d465 commit a3be632
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 a3be632

Please sign in to comment.