Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm/xen: remove duplicate arch_gnttab_init() function

This was introduced in commit e306e3be1cbe (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>

-5
-5
arch/arm/xen/grant-table.c
··· 49 49 { 50 50 return 0; 51 51 } 52 - 53 - int arch_gnttab_init(unsigned long nr_shared, unsigned long nr_status) 54 - { 55 - return 0; 56 - }