diff options
| author | 2019-04-03 12:15:07 +0300 | |
|---|---|---|
| committer | 2019-04-04 17:38:20 -0700 | |
| commit | a0640e610f7bc02935092ca7be1b45b1381425b0 (patch) | |
| tree | bb1247a8236687159f4738360e39a11f5deb4aec /net/core/dev.c | |
| parent | ibmvnic: remove set but not used variable 'netdev' (diff) | |
| download | wireguard-linux-a0640e610f7bc02935092ca7be1b45b1381425b0.tar.xz wireguard-linux-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.c | 1 |
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> |
