From: Anand Gadiyar Date: Tue, 21 Sep 2010 16:05:20 +0000 (+0000) Subject: ARM: fix build break due to typo in cacheflush.h X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc65fc2a2a704595fc7e63d6d01108a30aaddf5;p=pandora-kernel.git ARM: fix build break due to typo in cacheflush.h commit 9d85ac1e6 introduced a small typo. This causes the build to break when CONFIG_CPU_V7 is set and CONFIG_CPU_V6 and CONFIG_SMP_ON_UP are not. (log below) CC init/main.o In file included from include/linux/highmem.h:9, from include/linux/pagemap.h:10, from include/linux/mempolicy.h:70, from init/main.c:50: arch/arm/include/asm/cacheflush.h: In function '__flush_icache_all': arch/arm/include/asm/cacheflush.h:332: error: implicit declaration of function '__flush_icache_preferred' make[1]: *** [init/main.o] Error 1 make: *** [init] Error 2 Signed-off-by: Anand Gadiyar Cc: Tony Lindgren Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed