summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
diff options
context:
space:
mode:
authorLorenzo Pieralisi2018-07-30 14:24:33 +0200
committerLorenzo Pieralisi2018-07-30 15:30:12 +0200
commitd3743012230f8dab30d47caba1f2ee9e382385e7 (patch)
tree91bdcc8284eaaf388b715bec780af7b74ecdb27c /drivers/pci/controller
parentPCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address type (diff)
downloadkernel-qcow2-linux-d3743012230f8dab30d47caba1f2ee9e382385e7.tar.gz
kernel-qcow2-linux-d3743012230f8dab30d47caba1f2ee9e382385e7.tar.xz
kernel-qcow2-linux-d3743012230f8dab30d47caba1f2ee9e382385e7.zip
PCI: mobiveil: Add missing ../pci.h include
PCI mobiveil host controller driver currently fails to compile with the following error: drivers/pci/controller/pcie-mobiveil.c: In function 'mobiveil_pcie_probe': drivers/pci/controller/pcie-mobiveil.c:788:8: error: implicit declaration of function 'devm_of_pci_get_host_bridge_resources'; did you mean 'pci_get_host_bridge_device'? [-Werror=implicit-function-declaration] ret = devm_of_pci_get_host_bridge_resources(dev, 0, 0xff, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pci_get_host_bridge_device Add the missing include file to pull in the required function declaration. Fixes: 9af6bcb11e12 ("PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver") Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
Diffstat (limited to 'drivers/pci/controller')
-rw-r--r--drivers/pci/controller/pcie-mobiveil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/controller/pcie-mobiveil.c b/drivers/pci/controller/pcie-mobiveil.c
index 8b45f77d70f9..a939e8d31735 100644
--- a/drivers/pci/controller/pcie-mobiveil.c
+++ b/drivers/pci/controller/pcie-mobiveil.c
@@ -23,6 +23,8 @@
#include <linux/platform_device.h>
#include <linux/slab.h>
+#include "../pci.h"
+
/* register offsets and bit positions */
/*