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>
This commit is contained in:

committed by
David S. Miller

parent
32e19300a4
commit
02c1602ee7
@@ -463,7 +463,6 @@ static inline bool napi_reschedule(struct napi_struct *napi)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool __napi_complete(struct napi_struct *n);
|
||||
bool napi_complete_done(struct napi_struct *n, int work_done);
|
||||
/**
|
||||
* napi_complete - NAPI processing complete
|
||||
|
Reference in New Issue
Block a user