From: Yingjoe Chen Date: Wed, 25 Feb 2015 02:47:45 +0000 (+0800) Subject: arm64: mm: remove unused functions and variable protoypes X-Git-Tag: fixes-v4.0-rc2~29^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ff87bae8d30ab9c949ae8729355323e18107b4;p=pandora-kernel.git arm64: mm: remove unused functions and variable protoypes The functions __cpu_flush_user_tlb_range and __cpu_flush_kern_tlb_range were removed in commit fa48e6f780 'arm64: mm: Optimise tlb flush logic where we have >4K granule'. Global variable cpu_tlb was never used in arm64. Remove them. Signed-off-by: Yingjoe Chen Acked-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed