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 |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local 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
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> --- rdma/rdma.h | 1 - 1 file changed, 1 deletion(-)