Re: [PATCH] net: Remove inclusion of pci.h
From: Yuval Shaia Date: Wed, 3 Apr 2019 12:15:07 +0300 > This header is not in use - remove it. > > Signed-off-by: Yuval Shaia Applied to net-next.
[PATCH] net: Remove inclusion of pci.h
This header is not in use - remove it. Signed-off-by: Yuval Shaia --- 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 #include #in