From: Dmitry Eremin Date: Tue, 14 Jul 2015 03:17:56 +0000 (-0400) Subject: staging/lustre/libcfs: remove unused portal_enter_debugger variable X-Git-Tag: v4.14-rc1~4839^2~709 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96d1865d344a966ab534fb16c55e8dd4601efb71;p=platform%2Fkernel%2Flinux-rpi.git staging/lustre/libcfs: remove unused portal_enter_debugger variable Remove portal_enter_debugger because it's not used any more. Signed-off-by: Dmitry Eremin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/libcfs/debug.c b/drivers/staging/lustre/lustre/libcfs/debug.c index 1cc714c..6346887 100644 --- a/drivers/staging/lustre/lustre/libcfs/debug.c +++ b/drivers/staging/lustre/lustre/libcfs/debug.c @@ -215,9 +215,6 @@ EXPORT_SYMBOL(libcfs_debug_binary); unsigned int libcfs_stack = 3 * THREAD_SIZE / 4; EXPORT_SYMBOL(libcfs_stack); -static unsigned int portal_enter_debugger; -EXPORT_SYMBOL(portal_enter_debugger); - unsigned int libcfs_catastrophe; EXPORT_SYMBOL(libcfs_catastrophe);