[PATCH] unwind: fix unused variable warning when !CONFIG_MODULES
authorChuck Ebbert <76306.1226@compuserve.com>
Fri, 29 Sep 2006 08:59:57 +0000 (01:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:11 +0000 (09:18 -0700)
commite6cab99bb478e067b1a7a120333ff326954a2412
tree59211a97c63eaa87db1b8e44343eb15f1be21d1a
parent0e51a720b9d9ea5ebf0fda39108919c6626bffa3
[PATCH] unwind: fix unused variable warning when !CONFIG_MODULES

Fix "variable defined but not used" compiler warning in unwind.c when
CONFIG_MODULES is not set.

Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Cc: Jan Beulich <jbeulich@novell.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/unwind.c