drivers: net: remove <net/busy_poll.h> inclusion when not needed

Drivers using generic NAPI interface no longer need to include
<net/busy_poll.h>, since busy polling was moved to core networking
stack long ago.

See commit 79e7fff47b ("net: remove support for per driver
ndo_busy_poll()") for reference.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Eric Dumazet
2018-10-25 06:42:12 -07:00
committed by David S. Miller
parent f802912d42
commit 55469bc6b5
9 changed files with 0 additions and 9 deletions

View File

@@ -30,7 +30,6 @@
#include "ixgbe_ipsec.h"
#include <net/xdp.h>
#include <net/busy_poll.h>
/* common prefix used by pr_<> macros */
#undef pr_fmt