diff options
author | Borislav Petkov <[email protected]> | 2014-06-17 12:21:08 +0200 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2014-06-18 15:19:59 -0700 |
commit | d0f2dd186133a0241a2ccefb188a0e49e8187859 (patch) | |
tree | 7f8ce8e59117fba421e199fa3e2d67009ce81cf7 /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | 8ff925e10f2c72680918b95173ef4f8bb982d59e (diff) |
x86, xsave: Add forgotten inline annotation
Add a missing inline annotation on a static function, in order to shut
up a bunch of warnings like:
In file included from arch/x86/crypto/camellia_aesni_avx_glue.c:23:0:
./arch/x86/include/asm/xsave.h:73:12: warning: ‘xsave_state_booting’ defined but not used [-Wunused-function]
static int xsave_state_booting(struct xsave_struct *fx, u64 mask)
^
In file included from arch/x86/crypto/camellia_aesni_avx2_glue.c:23:0:
./arch/x86/include/asm/xsave.h:73:12: warning: ‘xsave_state_booting’ defined but not used [-Wunused-function]
static int xsave_state_booting(struct xsave_struct *fx, u64 mask)
^
...
Cc: Fenghua Yu <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions