]> git.baikalelectronics.ru Git - 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)
commitca88673b003670deea293560f56836a3a538e287
tree528b4e246deac5862c1f202b614fc89a3c19dc99
parent092957493549fe3cf5b6c52ea7ffa8363a4e100e
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