arm64: Use the generic compat_sys_sendfile() implementation
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 3 Oct 2012 10:20:20 +0000 (11:20 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 8 Oct 2012 15:03:42 +0000 (16:03 +0100)
The generic implementation of compat_sys_sendfile() has been introduced
by commit 8f9c0119. This patch removes the arm64 implementation in
favour of the generic one.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found