diff options
| author | Yuval Shaia <yuval.shaia@oracle.com> | 2019-04-03 11:20:45 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-04-06 18:10:11 -0700 |
| commit | 6221333ab213c70e3838e0be260c8ed5bb0b3f87 (patch) | |
| tree | 9b42d65f9a4692899188c7bd21cc39b4ec9a5560 | |
| parent | r8169: disable tx interrupt coalescing on RTL8168 (diff) | |
| download | linux-6221333ab213c70e3838e0be260c8ed5bb0b3f87.tar.gz linux-6221333ab213c70e3838e0be260c8ed5bb0b3f87.zip | |
virtio-net: Remove inclusion of pci.h
This header is not in use - remove it.
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/net/virtio_net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index ba246fc475ae..f7692567c449 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -31,7 +31,6 @@ #include <linux/average.h> #include <linux/filter.h> #include <linux/kernel.h> -#include <linux/pci.h> #include <net/route.h> #include <net/xdp.h> #include <net/net_failover.h> |
