diff mbox series

net: Remove inclusion of pci.h

Message ID 20190403091507.17084-1-yuval.shaia@oracle.com
State Accepted
Delegated to: David Miller
Headers show
Series net: Remove inclusion of pci.h | expand

Commit Message

Yuval Shaia April 3, 2019, 9:15 a.m. UTC
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(-)

Comments

David Miller April 5, 2019, 12:38 a.m. UTC | #1
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.
diff mbox series

Patch

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>