All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: Remove inclusion of pci.h
@ 2019-04-03  9:15 Yuval Shaia
  2019-04-05  0:38 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Yuval Shaia @ 2019-04-03  9:15 UTC (permalink / raw)
  To: davem, jiri, ecree, idosch, petrm, alexander.h.duyck,
	amritha.nambiar, lirongqing, netdev
  Cc: Yuval Shaia

This header is not in use - remove it.

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

diff --git a/net/core/dev.c b/net/core/dev.c
index 2b67f2aa59dd..21a8205a7896 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -131,7 +131,6 @@
 #include <trace/events/napi.h>
 #include <trace/events/net.h>
 #include <trace/events/skb.h>
-#include <linux/pci.h>
 #include <linux/inetdevice.h>
 #include <linux/cpu_rmap.h>
 #include <linux/static_key.h>
-- 
2.19.1


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

* Re: [PATCH] net: Remove inclusion of pci.h
  2019-04-03  9:15 [PATCH] net: Remove inclusion of pci.h Yuval Shaia
@ 2019-04-05  0:38 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-04-05  0:38 UTC (permalink / raw)
  To: yuval.shaia
  Cc: jiri, ecree, idosch, petrm, alexander.h.duyck, amritha.nambiar,
	lirongqing, netdev

From: Yuval Shaia <yuval.shaia@oracle.com>
Date: Wed,  3 Apr 2019 12:15:07 +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-05  0:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-03  9:15 [PATCH] net: Remove inclusion of pci.h Yuval Shaia
2019-04-05  0:38 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.