diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-10-24 12:47:10 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-24 12:52:44 +0200 |
commit | f17845e5d97ead8fbdadfd40039e058ec7cf4a42 (patch) | |
tree | 14c053143dad362fce72cc77f2beb41ab6c43dec /include/linux/libata.h | |
parent | 66b0de3569b00f61978782b9f97aa4803dbec0fb (diff) | |
download | op-kernel-dev-f17845e5d97ead8fbdadfd40039e058ec7cf4a42.zip op-kernel-dev-f17845e5d97ead8fbdadfd40039e058ec7cf4a42.tar.gz |
ftrace: warning in kernel/trace/ftrace.c
this warning:
kernel/trace/ftrace.c:189: warning: ‘frozen_record_count’ defined but not used
triggers because frozen_record_count is only used in the KCONFIG_MARKERS
case. Move the variable it there.
Alas, this frozen-record facility seems to have little use. The
frozen_record_count variable is not used by anything, nor the flags.
So this section might need a bit of dead-code-removal care as well.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/libata.h')
0 files changed, 0 insertions, 0 deletions