Fixes: 43f8cf4686e0 ("PCI: dwc: Add MSI-X callbacks handler") Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx> --- pcie-designware-ep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/dwc/pcie-designware-ep.c b/drivers/pci/controller/dwc/pcie-designware-ep.c index beee64e..ffc2065 100644 --- a/drivers/pci/controller/dwc/pcie-designware-ep.c +++ b/drivers/pci/controller/dwc/pcie-designware-ep.c @@ -59,7 +59,7 @@ static u8 __dw_pcie_ep_find_next_cap(struct dw_pcie *pci, u8 cap_ptr, return __dw_pcie_ep_find_next_cap(pci, next_cap_ptr, cap); } -u8 dw_pcie_ep_find_capability(struct dw_pcie *pci, u8 cap) +static u8 dw_pcie_ep_find_capability(struct dw_pcie *pci, u8 cap) { u8 next_cap_ptr; u16 reg; -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html