From: Jaswinder Singh Rajput Date: Tue, 30 Dec 2008 16:35:55 +0000 (+0530) Subject: x86: xsave.c: restore_user_xstate should be static X-Git-Tag: v2.6.29-rc1~536^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7820b75643a763abf595c99fab963000ffc8b5f0;p=pandora-kernel.git x86: xsave.c: restore_user_xstate should be static Impact: cleanup, reduce kernel size a bit, avoid sparse warning Fixes sparse warning: arch/x86/kernel/xsave.c:162:5: warning: symbol 'restore_user_xstate' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Rajput Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed