linux_dsm_epyc7002/drivers/infiniband
Roland Dreier 1031bfb93a 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>
2006-10-10 12:50:38 -07:00
..
core IB/cm: Send DREP in response to unmatched DREQ 2006-10-10 12:50:38 -07:00
hw RDMA/amso1100: Fix build with debugging off 2006-10-10 12:50:38 -07:00
ulp IB/srp: Enable multiple connections to the same target 2006-10-10 12:49:05 -07:00
Kconfig RDMA/amso1100: Add driver for Ammasso 1100 RNIC 2006-09-22 15:22:48 -07:00
Makefile RDMA/amso1100: Add driver for Ammasso 1100 RNIC 2006-09-22 15:22:48 -07:00