From: Bjorn Helgaas Date: Fri, 9 Mar 2018 17:21:26 +0000 (-0600) Subject: PCI/portdrv: Remove unnecessary include of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b64cb87cf0013cdd04b7e1665072a00f92b830f;p=linux.git PCI/portdrv: Remove unnecessary include of portdrv_pci.c doesn't use anything from . Remove the include of it. No functional change intended. Signed-off-by: Bjorn Helgaas Reviewed-by: Rafael J. Wysocki --- diff --git a/drivers/pci/pcie/portdrv_pci.c b/drivers/pci/pcie/portdrv_pci.c index 127321e171849..1997d9f2743e1 100644 --- a/drivers/pci/pcie/portdrv_pci.c +++ b/drivers/pci/pcie/portdrv_pci.c @@ -17,7 +17,6 @@ #include #include #include -#include #include "../pci.h" #include "portdrv.h"