aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorYuval Shaia <yuval.shaia@oracle.com>2019-04-03 12:15:07 +0300
committerDavid S. Miller <davem@davemloft.net>2019-04-04 17:38:20 -0700
commita0640e610f7bc02935092ca7be1b45b1381425b0 (patch)
treebb1247a8236687159f4738360e39a11f5deb4aec /net/core/dev.c
parentibmvnic: remove set but not used variable 'netdev' (diff)
downloadlinux-dev-a0640e610f7bc02935092ca7be1b45b1381425b0.tar.xz
linux-dev-a0640e610f7bc02935092ca7be1b45b1381425b0.zip
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>
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index d5b1315218d3..79e0c26988b8 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>