From: Roland Dreier Date: Tue, 30 Jul 2013 22:48:35 +0000 (-0700) Subject: Revert "RDMA/nes: Fix compilation error when nes_debug is enabled" X-Git-Tag: v3.11-rc4~9^2^8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c93f039d29326954b2c503a71e1eab9ae49063b;p=pandora-kernel.git Revert "RDMA/nes: Fix compilation error when nes_debug is enabled" This reverts commit bca1935ccdec, which removes variables nes_tcp_state_str and nes_iwarp_state_str, assuming that they aren't defined. However, they are defined within a #ifdef NES_DEBUG statement, which if enabled causes "defined but not used" compiler warning, when the variables are removed. Signed-off-by: Tatyana Nikolova Reported-by: Stephen Rothwell Signed-off-by: Roland Dreier --- Reading git-diff-tree failed