From: Aneesh Kumar K.V Date: Tue, 21 Oct 2014 03:25:59 +0000 (+1100) Subject: powerpc/mm: Remove redundant #if case X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~43^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5f1d16a51900d23d2cf834d3aa62dfe3a37881;p=pandora-kernel.git powerpc/mm: Remove redundant #if case Remove the check of CONFIG_PPC_SUBPAGE_PROT when deciding if is_hugepage_only_range() is extern or inline. The extern version is in slice.c and is built if CONFIG_PPC_MM_SLICES=y. There was no build break possible because CONFIG_PPC_SUBPAGE_PROT is only selectable under conditions which also mean CONFIG_PPC_MM_SLICES will be selected. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed