]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnxt_en: do not call napi_hash_add()
authorEric Dumazet <edumazet@google.com>
Tue, 8 Nov 2016 19:06:53 +0000 (11:06 -0800)
committerDhaval Giani <dhaval.giani@oracle.com>
Fri, 20 Jan 2017 18:07:50 +0000 (13:07 -0500)
commit0848d92d2e8759c20ef6ace2ca3c964f5ba1f041
tree4e10f7bfa5c748e28130c80cd38804971ee7fea8
parent33b6f3c7f63cf2a4f4e7d65b2b1272a190b26859
bnxt_en: do not call napi_hash_add()

Orabug: 24567991

This is automatically done from netif_napi_add(), and we want to not
export napi_hash_add() anymore in the following patch.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Michael Chan <michael.chan@broadcom.com>
Acked-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit ef8d759b5251ee9d6784fe53d90220bd91ee477f)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/net/ethernet/broadcom/bnxt/bnxt.c