Skip to content

Commit 9a14b29

Browse files
andy-shevbjorn-helgaas
authored andcommitted
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 <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>
1 parent 7726ed0 commit 9a14b29

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/pci/controller/pci-aardvark.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <linux/platform_device.h>
2424
#include <linux/msi.h>
2525
#include <linux/of_address.h>
26-
#include <linux/of_gpio.h>
2726
#include <linux/of_pci.h>
2827

2928
#include "../pci.h"

0 commit comments

Comments
 (0)