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/[email protected] Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]>
1 parent 7726ed0 commit 9a14b29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)