net: remove __napi_complete()
authorEric Dumazet <edumazet@google.com>
Sat, 4 Feb 2017 23:25:02 +0000 (15:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Feb 2017 21:11:57 +0000 (16:11 -0500)
commit02c1602ee7b3e3d062c3eacd374d6a6e3a2ebb73
tree393a469e499e95a0fbc8eb22d6f1707bbb7053cb
parent32e19300a4f6705e79354cdadac3b2ef3cd0c309
net: remove __napi_complete()

All __napi_complete() callers have been converted to
use the more standard napi_complete_done(),
we can now remove this NAPI method for good.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c