On 28 February 2014 13:32, Russell King <[email protected]> wrote: > `sdhci_bcm_kona_remove' referenced in section `.data' of drivers/built-in.o: > defined in discarded section `.exit.text' of drivers/built-in.o > > Fixes: 058feb53666f ("mmc: sdhci-bcm-kona: make linker-section warning go > away") > Cc: Markus Mayer <[email protected]> > Cc: Christian Daudt <[email protected]> > Cc: Matt Porter <[email protected]> > Cc: <[email protected]> > Signed-off-by: Russell King <[email protected]> > --- > drivers/mmc/host/sdhci-bcm-kona.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/sdhci-bcm-kona.c > b/drivers/mmc/host/sdhci-bcm-kona.c > index 7a190fe4dff1..e5565aa5ed36 100644 > --- a/drivers/mmc/host/sdhci-bcm-kona.c > +++ b/drivers/mmc/host/sdhci-bcm-kona.c > @@ -314,7 +314,7 @@ static int sdhci_bcm_kona_probe(struct platform_device > *pdev) > return ret; > } > > -static int __exit sdhci_bcm_kona_remove(struct platform_device *pdev) > +static int sdhci_bcm_kona_remove(struct platform_device *pdev) > { > return sdhci_pltfm_unregister(pdev); > } > -- > 1.8.3.1 >
Tested-by: Markus Mayer <[email protected]> -- Markus Mayer Broadcom Landing Team -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
