diff options
author | Andy Shevchenko <[email protected]> | 2024-05-06 17:20:38 +0300 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2024-05-28 11:15:08 -0500 |
commit | 9a14b2976d4900f3d8dac11fa5856572faeb6055 (patch) | |
tree | 2594a84f4acab4b9933a37f98e1a14ae2396ef0d | |
parent | 7726ed06f5ae71351c52bffc2719b9c8d8443484 (diff) |
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]>
-rw-r--r-- | drivers/pci/controller/pci-aardvark.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/controller/pci-aardvark.c b/drivers/pci/controller/pci-aardvark.c index 71ecd7ddcc8a..8b3e1a079cf3 100644 --- a/drivers/pci/controller/pci-aardvark.c +++ b/drivers/pci/controller/pci-aardvark.c @@ -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" |