From 8d846a0a6f95cd717df892b077a1c990a86b29fa Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 6 May 2026 10:47:24 +0200 Subject: [PATCH] PCI: amd-mdb: Use the right GPIO header The driver includes the legacy GPIO header but does not use any symbols from it and actually wants , so fix this up. Signed-off-by: Andy Shevchenko Signed-off-by: Manivannan Sadhasivam Link: https://patch.msgid.link/20260506084858.867884-2-andriy.shevchenko@linux.intel.com --- drivers/pci/controller/dwc/pcie-amd-mdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/dwc/pcie-amd-mdb.c b/drivers/pci/controller/dwc/pcie-amd-mdb.c index 7e50e11fbffd..88208e967201 100644 --- a/drivers/pci/controller/dwc/pcie-amd-mdb.c +++ b/drivers/pci/controller/dwc/pcie-amd-mdb.c @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include #include