Message ID | 1465932023-10606-1-git-send-email-niklass@axis.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Tue, Jun 14, 2016 at 09:20:23PM +0200, Niklas Cassel wrote: > From: Niklas Cassel <niklas.cassel@axis.com> > > WARNING: drivers/pci/host/built-in.o(.data+0xb00): Section mismatch in reference from the variable artpec6_pcie_driver to the function .init.text:artpec6_pcie_probe() > > Signed-off-by: Niklas Cassel <niklas.cassel@axis.com> Folded into the pci/host-artpec branch, thanks, Niklas! > --- > Reported by kbuild test robot. > I converted to using module_platform_driver macro in > v2 of this series, unfortunately I missed the > section mismatch warning. > Feel free to fold this into the original patch. > > drivers/pci/host/pcie-artpec6.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/host/pcie-artpec6.c b/drivers/pci/host/pcie-artpec6.c > index 19adc77..be54fad 100644 > --- a/drivers/pci/host/pcie-artpec6.c > +++ b/drivers/pci/host/pcie-artpec6.c > @@ -223,7 +223,7 @@ static int __init artpec6_add_pcie_port(struct pcie_port *pp, > return 0; > } > > -static int __init artpec6_pcie_probe(struct platform_device *pdev) > +static int artpec6_pcie_probe(struct platform_device *pdev) > { > struct artpec6_pcie *artpec6_pcie; > struct pcie_port *pp; > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pci/host/pcie-artpec6.c b/drivers/pci/host/pcie-artpec6.c index 19adc77..be54fad 100644 --- a/drivers/pci/host/pcie-artpec6.c +++ b/drivers/pci/host/pcie-artpec6.c @@ -223,7 +223,7 @@ static int __init artpec6_add_pcie_port(struct pcie_port *pp, return 0; } -static int __init artpec6_pcie_probe(struct platform_device *pdev) +static int artpec6_pcie_probe(struct platform_device *pdev) { struct artpec6_pcie *artpec6_pcie; struct pcie_port *pp;