From: Peng Tao Date: Wed, 5 Mar 2014 13:27:15 +0000 (+0800) Subject: staging/lustre/lnet: remove kiblnd_debug_conn/rx/tx X-Git-Tag: v3.15-rc1~139^2~514 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a2390c3c4ecf39402787c75dc8a69a024d5786;p=pandora-kernel.git staging/lustre/lnet: remove kiblnd_debug_conn/rx/tx They are not called by anyone and cause gcc warning: drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c:609: warning: ‘kiblnd_debug_conn’ defined but not used drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c:589: warning: ‘kiblnd_debug_rx’ defined but not used drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c:597: warning: ‘kiblnd_debug_tx’ defined but not used Cc: Andreas Dilger Cc: Oleg Drokin Signed-off-by: Peng Tao Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed