]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: xsave.c: restore_user_xstate should be static
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Tue, 30 Dec 2008 16:35:55 +0000 (22:05 +0530)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 30 Dec 2008 21:31:41 +0000 (13:31 -0800)
commit7820b75643a763abf595c99fab963000ffc8b5f0
treedb453bd7d700dc718040300aecae05586108c890
parentfa95826fe0ddbc2a55373134d8d1a21b49d13434
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 <jaswinderrajput@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/xsave.c