aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2019-08-19 14:45:47 +0300
committerDoug Ledford <dledford@redhat.com>2019-08-20 13:27:53 -0400
commitb2299e83815c59ab59c4ee4fb4842b3b28e5072f (patch)
treecbdbea6bb26994e32e819f872647600c186ccd74 /include/rdma/ib_verbs.h
parentRDMA/hns: Fix some white space check_mtu_validate() (diff)
downloadlinux-dev-b2299e83815c59ab59c4ee4fb4842b3b28e5072f.tar.xz
linux-dev-b2299e83815c59ab59c4ee4fb4842b3b28e5072f.zip
RDMA: Delete DEBUG code
There is no need to keep DEBUG defines for out-of-the tree testing. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Link: https://lore.kernel.org/r/20190819114547.20704-1-leon@kernel.org Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r--include/rdma/ib_verbs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 391499008a22..08e966c8081a 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -98,9 +98,6 @@ void ibdev_info(const struct ib_device *ibdev, const char *format, ...);
#if defined(CONFIG_DYNAMIC_DEBUG)
#define ibdev_dbg(__dev, format, args...) \
dynamic_ibdev_dbg(__dev, format, ##args)
-#elif defined(DEBUG)
-#define ibdev_dbg(__dev, format, args...) \
- ibdev_printk(KERN_DEBUG, __dev, format, ##args)
#else
__printf(2, 3) __cold
static inline