diff options
author | Roland Dreier <rolandd@cisco.com> | 2006-10-10 21:50:38 +0200 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-10-10 21:50:38 +0200 |
commit | 1031bfb93adf641436b2192170525b76e2eb25bd (patch) | |
tree | 965c6b3c0ab9d78ecab72ff20b5dcde7b378555c /lib/crc32.c | |
parent | IB/cm: Send DREP in response to unmatched DREQ (diff) | |
download | linux-1031bfb93adf641436b2192170525b76e2eb25bd.tar.xz linux-1031bfb93adf641436b2192170525b76e2eb25bd.zip |
RDMA/amso1100: Fix build with debugging off
Since pr_debug() has changed from a macro to an inline function when
DEBUG is not defined, its arguments now need to be defined even when
debugging is off. Therefore to_event_str() and to_qp_state_str() need
to be moved out of #ifdef DEBUG. The compiler will throw the
definitions away if DEBUG is not defined, but it needs to be able to
see that the functions exist.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'lib/crc32.c')
0 files changed, 0 insertions, 0 deletions