Messages in this thread |  | | From | Andy Shevchenko <> | | Subject | [PATCH v1 0/4] PCI: dwc: Drop or replace unused linux/gpio.h | | Date | Wed, 6 May 2026 10:47:23 +0200 |
| |
The <linux/gpio.h> is a legacy header that is going to die. Make sure that PCI DesignWare drivers do not include it.
Compile tested on x86_64.
Andy Shevchenko (4): PCI: amd-mdb: Use the right GPIO header PCI: designware-plat: Drop unused include PCI: fu740: Drop unused include PCI: visconti: Drop unused include
drivers/pci/controller/dwc/pcie-amd-mdb.c | 2 +- drivers/pci/controller/dwc/pcie-designware-plat.c | 1 - drivers/pci/controller/dwc/pcie-fu740.c | 1 - drivers/pci/controller/dwc/pcie-visconti.c | 1 - 4 files changed, 1 insertion(+), 4 deletions(-)
-- 2.50.1
|  |