diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2026-05-06 10:47:27 +0200 |
|---|---|---|
| committer | Manivannan Sadhasivam <mani@kernel.org> | 2026-05-06 22:52:38 +0530 |
| commit | 7cc21269ef74269e423d64defc940808ccbf9774 (patch) | |
| tree | a51e5b6fcc0137e6913f76dddfa2bf1a743858b2 | |
| parent | 71d007f6fb17f519c2fe51d35e0bee5f602169e6 (diff) | |
PCI: visconti: Drop unused include
This file does not use the symbols from the legacy <linux/gpio.h> header,
so drop it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Link: https://patch.msgid.link/20260506084858.867884-5-andriy.shevchenko@linux.intel.com
| -rw-r--r-- | drivers/pci/controller/dwc/pcie-visconti.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/pcie-visconti.c b/drivers/pci/controller/dwc/pcie-visconti.c index cdeac6177143..f21775c3b3a1 100644 --- a/drivers/pci/controller/dwc/pcie-visconti.c +++ b/drivers/pci/controller/dwc/pcie-visconti.c @@ -10,7 +10,6 @@ #include <linux/clk.h> #include <linux/delay.h> -#include <linux/gpio.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/iopoll.h> |
