summaryrefslogtreecommitdiff
path: root/include/rdma
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-12-21 01:40:20 +0000
committerLeon Romanovsky <leon@kernel.org>2024-12-24 05:00:42 -0500
commit750efbb9c307f7d9ff43d38f58d3fca087dc041f (patch)
treef0921d342a3f3e6b5b7bbf9856269b7ad4090968 /include/rdma
parentddc8fab40b9ae309052d37179a705430fc15db97 (diff)
RDMA/core: Remove unused ibdev_printk
The last use of ibdev_printk() was removed in 2019 by commit b2299e83815c ("RDMA: Delete DEBUG code") Remove it. Note: The __ibdev_printk() is still used in the idev_err etc functions so leave that. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Link: https://patch.msgid.link/20241221014021.343979-4-linux@treblig.org Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/rdma')
-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 6ddd5e3bb884..77472e19ec0c 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -59,9 +59,6 @@ extern struct workqueue_struct *ib_comp_unbound_wq;
struct ib_ucq_object;
-__printf(3, 4) __cold
-void ibdev_printk(const char *level, const struct ib_device *ibdev,
- const char *format, ...);
__printf(2, 3) __cold
void ibdev_emerg(const struct ib_device *ibdev, const char *format, ...);
__printf(2, 3) __cold