From: Jerome Marchand Date: Wed, 6 Aug 2014 23:06:56 +0000 (-0700) Subject: mm: make copy_pte_range static again X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21bda264f4243f61dfcc485174055f12ad0530b4;p=pandora-kernel.git mm: make copy_pte_range static again Commit 71e3aac0724f ("thp: transparent hugepage core") adds copy_pte_range prototype to huge_mm.h. I'm not sure why (or if) this function have been used outside of memory.c, but it currently isn't. This patch makes copy_pte_range() static again. Signed-off-by: Jerome Marchand Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed