netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] virtio-net: Remove inclusion of pci.h
@ 2019-04-03  8:20 Yuval Shaia
  2019-04-07  1:10 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Yuval Shaia @ 2019-04-03  8:20 UTC (permalink / raw)
  To: mst, jasowang, davem, virtualization, netdev; +Cc: Yuval Shaia

This header is not in use - remove it.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
---
 drivers/net/virtio_net.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 7eb38ea9ba56..07c1e81087b2 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>
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] virtio-net: Remove inclusion of pci.h
  2019-04-03  8:20 [PATCH] virtio-net: Remove inclusion of pci.h Yuval Shaia
@ 2019-04-07  1:10 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-04-07  1:10 UTC (permalink / raw)
  To: yuval.shaia; +Cc: mst, jasowang, virtualization, netdev

From: Yuval Shaia <yuval.shaia@oracle.com>
Date: Wed,  3 Apr 2019 11:20:45 +0300

> This header is not in use - remove it.
> 
> Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>

Applied to net-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-07  1:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-03  8:20 [PATCH] virtio-net: Remove inclusion of pci.h Yuval Shaia
2019-04-07  1:10 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).