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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=96d1865d344a966ab534fb16c55e8dd4601efb71;p=linux-beck.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 1cc714caaba1..63468870f230 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);