From 7cc21269ef74269e423d64defc940808ccbf9774 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 6 May 2026 10:47:27 +0200 Subject: [PATCH] PCI: visconti: Drop unused include This file does not use the symbols from the legacy header, so drop it. Signed-off-by: Andy Shevchenko Signed-off-by: Manivannan Sadhasivam Link: https://patch.msgid.link/20260506084858.867884-5-andriy.shevchenko@linux.intel.com --- drivers/pci/controller/dwc/pcie-visconti.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/controller/dwc/pcie-visconti.c b/drivers/pci/controller/dwc/pcie-visconti.c index cdeac6177143c..f21775c3b3a1d 100644 --- a/drivers/pci/controller/dwc/pcie-visconti.c +++ b/drivers/pci/controller/dwc/pcie-visconti.c @@ -10,7 +10,6 @@ #include #include -#include #include #include #include -- 2.47.3