From: Kirill A. Shutemov Date: Mon, 18 Nov 2013 09:44:09 +0000 (+0200) Subject: sparc64: fix build regession X-Git-Tag: v3.13-rc1~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6469c842ec57f5062224bb5b86e6d38784b8d6c0;p=pandora-kernel.git sparc64: fix build regession Commit ea1e7ed33708 triggers build regression on sparc64. include/linux/mm.h:1391:2: error: implicit declaration of function 'pgtable_cache_init' [-Werror=implicit-function-declaration] arch/sparc/include/asm/pgtable_64.h:978:13: error: conflicting types for 'pgtable_cache_init' [-Werror] It happens due headers include loop: -> -> -> -> -> Let's drop include from asm/tlbflush_64.h. Build tested with allmodconfig. Signed-off-by: Kirill A. Shutemov Reported-by: Geert Uytterhoeven Signed-off-by: David S. Miller --- Reading git-diff-tree failed