From: Catalin Marinas Date: Fri, 30 Sep 2005 15:07:04 +0000 (+0100) Subject: [ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.c X-Git-Tag: v2.6.14-rc3~43^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=481467d6fa4489aa42321a067e78bad26349488f;p=pandora-kernel.git [ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.c Patch from Catalin Marinas When CONFIG_CPU_CACHE_VIPT is defined, the flush_pfn_alias() function is implicitely declared and it later conflicts with its actual definition. This patch moves the function definition to the beginning of the file. Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed