diff mbox

[TRIVIAL,infiniband-diags] libibnetdisc/internal.h: Remove duplicated declaration of add_to_portlid_hash

Message ID 6fa2c407-1e87-15d1-ff01-b53d5ad1514c@dev.mellanox.co.il (mailing list archive)
State Accepted, archived
Delegated to: Ira Weiny
Headers show

Commit Message

Hal Rosenstock Nov. 9, 2016, 5:48 p.m. UTC
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
---

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Ira Weiny Dec. 7, 2016, 2:04 p.m. UTC | #1
On Wed, Nov 09, 2016 at 12:48:48PM -0500, Hal Rosenstock wrote:
> 
> Signed-off-by: Hal Rosenstock <hal@mellanox.com>

Thanks applied,
Ira

> ---
> diff --git a/libibnetdisc/src/internal.h b/libibnetdisc/src/internal.h
> index 5a32cd2..997f439 100644
> --- a/libibnetdisc/src/internal.h
> +++ b/libibnetdisc/src/internal.h
> @@ -109,7 +109,6 @@ void smp_engine_destroy(smp_engine_t * engine);
>  int add_to_nodeguid_hash(ibnd_node_t * node, ibnd_node_t * hash[]);
>  
>  int add_to_portguid_hash(ibnd_port_t * port, ibnd_port_t * hash[]);
> -void add_to_portlid_hash(ibnd_port_t * port, GHashTable *htable);
>  
>  void add_to_type_list(ibnd_node_t * node, f_internal_t * fabric);
>  
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/libibnetdisc/src/internal.h b/libibnetdisc/src/internal.h
index 5a32cd2..997f439 100644
--- a/libibnetdisc/src/internal.h
+++ b/libibnetdisc/src/internal.h
@@ -109,7 +109,6 @@  void smp_engine_destroy(smp_engine_t * engine);
 int add_to_nodeguid_hash(ibnd_node_t * node, ibnd_node_t * hash[]);
 
 int add_to_portguid_hash(ibnd_port_t * port, ibnd_port_t * hash[]);
-void add_to_portlid_hash(ibnd_port_t * port, GHashTable *htable);
 
 void add_to_type_list(ibnd_node_t * node, f_internal_t * fabric);