diff options
author | Yuval Shaia <yuval.shaia@oracle.com> | 2019-04-03 12:15:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-04 17:38:20 -0700 |
commit | a0640e610f7bc02935092ca7be1b45b1381425b0 (patch) | |
tree | bb1247a8236687159f4738360e39a11f5deb4aec /net/core | |
parent | 53a6b206e36f160dbaa5727e68f8418de0b10bbf (diff) |
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')
-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> |