]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: remove unused variable
authorAndrea Righi <righi.andrea@gmail.com>
Sun, 27 Jul 2008 11:39:03 +0000 (13:39 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Jul 2008 16:58:20 +0000 (09:58 -0700)
commitd8b7b639b19c4246ea62dc9fc7418ac0784f0650
tree598c26eeb3e911cc2effc203c89fe414241532f2
parent2337bc861ec0cb2a24b002a33c81d1a606a1ff2e
tracing: remove unused variable

Remove the following warning with CONFIG_TRACING=y:

kernel/trace/trace.c: In function ‘s_next’:
kernel/trace/trace.c:1186: warning: unused variable ‘last_ent’

Signed-off-by: Andrea Righi <righi.andrea@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/trace/trace.c