diff mbox series

[RFC,iproute2,7/8] rdma: remove duplicate forward declaration

Message ID 20240103003558.20615-8-stephen@networkplumber.org (mailing list archive)
State Superseded
Delegated to: David Ahern
Headers show
Series rdma: print related patches | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Stephen Hemminger Jan. 3, 2024, 12:34 a.m. UTC
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 rdma/rdma.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/rdma/rdma.h b/rdma/rdma.h
index e93e34cbce45..08b26a07a003 100644
--- a/rdma/rdma.h
+++ b/rdma/rdma.h
@@ -135,7 +135,6 @@  int rd_attr_cb(const struct nlattr *attr, void *data);
  */
 void print_driver_table(struct rd *rd, struct nlattr *tb);
 void print_raw_data(struct rd *rd, struct nlattr **nla_line);
-void print_raw_data(struct rd *rd, struct nlattr **nla_line);
 void print_nl_indent(void);
 
 #define MAX_LINE_LENGTH 80