]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commit605ccb73f6a1c891a16268b3a2923208fc637958
tree598c26eeb3e911cc2effc203c89fe414241532f2
parent375614422509c98a1f3dbef410206bf81775169b
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