]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.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)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Nov 2016 02:16:05 +0000 (21:16 -0500)
commitef8d759b5251ee9d6784fe53d90220bd91ee477f
tree528b4e246deac5862c1f202b614fc89a3c19dc99
parentde464375daf0d10f04fa5add2e889f42328d2ade
bnxt_en: do not call napi_hash_add()

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>
drivers/net/ethernet/broadcom/bnxt/bnxt.c