]> git.baikalelectronics.ru Git - kernel.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)
commit5cedd20fd7dd3ad8c2cefb10fb1625cd8b995b39
treedb453bd7d700dc718040300aecae05586108c890
parenta756730f9f4324df1b7c6ace6d1fed0e3669c969
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