From: Andy Shevchenko Date: Mon, 6 May 2024 14:20:38 +0000 (+0300) Subject: PCI: aardvark: Remove unused of_gpio.h inclusion X-Git-Tag: v6.11-rc1~97^2~18^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a14b2976d4900f3d8dac11fa5856572faeb6055;p=thirdparty%2Fkernel%2Flinux.git PCI: aardvark: Remove unused of_gpio.h inclusion The of_gpio.h API is deprecated and subject to removal. The driver doesn't use it, so simply remove the unused header. [kwilczynski: commit log] Link: https://lore.kernel.org/linux-pci/20240506142142.4042810-3-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko Signed-off-by: Krzysztof WilczyƄski Signed-off-by: Bjorn Helgaas Reviewed-by: Linus Walleij Reviewed-by: Manivannan Sadhasivam --- diff --git a/drivers/pci/controller/pci-aardvark.c b/drivers/pci/controller/pci-aardvark.c index 71ecd7ddcc8a2..8b3e1a079cf3b 100644 --- a/drivers/pci/controller/pci-aardvark.c +++ b/drivers/pci/controller/pci-aardvark.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include "../pci.h"