From: Robert Jennings Date: Mon, 28 Oct 2013 14:20:51 +0000 (-0500) Subject: powerpc: Move local setup.h declarations to arch includes X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88c4767d9e2290aaa22b8b3702ad72af0ebd113;p=pandora-kernel.git powerpc: Move local setup.h declarations to arch includes Move the few declarations from arch/powerpc/kernel/setup.h into arch/powerpc/include/asm/setup.h. This resolves a sparse warning for arch/powerpc/mm/numa.c which defines do_init_bootmem() but can't include the setup.h header in the prior path. Resolves: arch/powerpc/mm/numa.c:998:13: warning: symbol 'do_init_bootmem' was not declared. Should it be static? Signed-off-by: Robert C Jennings Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed