PCI: aardvark: Remove unused of_gpio.h inclusion
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 6 May 2024 14:20:38 +0000 (17:20 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 28 May 2024 16:15:08 +0000 (11:15 -0500)
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Krzysztof WilczyƄski <kwilczynski@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/pci/controller/pci-aardvark.c

index 71ecd7ddcc8a24b9c456c4585829cfbe030a0b08..8b3e1a079cf3b8d854564691024c6a9959b6f9a6 100644 (file)
@@ -23,7 +23,6 @@
 #include <linux/platform_device.h>
 #include <linux/msi.h>
 #include <linux/of_address.h>
-#include <linux/of_gpio.h>
 #include <linux/of_pci.h>
 
 #include "../pci.h"