Skip to content

Commit

Permalink
arm/xen: remove duplicate arch_gnttab_init() function
Browse files Browse the repository at this point in the history
This was introduced in commit e306e3b (Merge tag
'stable/for-linus-3.17-rc0-tag').

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
  • Loading branch information
David Vrabel committed Aug 11, 2014
1 parent c8d6637 commit ac80c77
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/arm/xen/grant-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,3 @@ int arch_gnttab_init(unsigned long nr_shared)
{
return 0;
}

int arch_gnttab_init(unsigned long nr_shared, unsigned long nr_status)
{
return 0;
}

0 comments on commit ac80c77

Please sign in to comment.