From: Jaswinder Singh Rajput Date: Sun, 12 Apr 2009 15:07:25 +0000 (+0530) Subject: x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before they... X-Git-Tag: v2.6.31-rc1~418^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa89ca7ba5ba50b3924a11f6604b4bdce5f7842;p=pandora-kernel.git x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before they get used Impact: cleanup, address sparse warnings Addresses the problem pointed out by these sparse warning: arch/x86/vdso/vma.c:19:28: warning: symbol 'vdso_enabled' was not declared. Should it be static? arch/x86/vdso/vma.c:101:5: warning: symbol 'arch_setup_additional_pages' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Rajput LKML-Reference: <1239548845.4170.2.camel@localhost.localdomain> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed