From: Matt Porter <mporter@linaro.org>
To: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Chris Ball <chris@printf.net>,
linux-mmc@vger.kernel.org, Markus Mayer <markus.mayer@linaro.org>,
Christian Daudt <csd@broadcom.com>
Subject: Re: [PATCH 1/6] mmc: sdhci-bcm-kona: fix build errors when built-in
Date: Tue, 4 Mar 2014 02:17:20 -0500 [thread overview]
Message-ID: <20140304071720.GA25092@beef> (raw)
In-Reply-To: <E1WJV2e-000429-1D@rmk-PC.arm.linux.org.uk>
On Fri, Feb 28, 2014 at 09:32:24PM +0000, Russell King 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 <markus.mayer@linaro.org>
> Cc: Christian Daudt <csd@broadcom.com>
> Cc: Matt Porter <matt.porter@linaro.org>
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Matt Porter <mporter@linaro.org>
> ---
> 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
>
next prev parent reply other threads:[~2014-03-04 7:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-28 21:29 [PATCH 0/6] mmc: kona/spear updates Russell King - ARM Linux
2014-02-28 21:32 ` [PATCH 1/6] mmc: sdhci-bcm-kona: fix build errors when built-in Russell King
2014-02-28 21:54 ` Markus Mayer
2014-03-04 7:17 ` Matt Porter [this message]
2014-02-28 21:32 ` [PATCH 2/6] mmc: sdhci-spear: fix error handling paths for DT Russell King
2014-02-28 21:32 ` [PATCH 3/6] mmc: sdhci-spear: fix platform_data usage Russell King
2014-02-28 21:32 ` [PATCH 4/6] mmc: sdhci-spear: simplify resource handling Russell King
2014-02-28 21:32 ` [PATCH 5/6] mmc: sdhci-spear: remove support for power gpio Russell King
2014-02-28 21:32 ` [PATCH 6/6] mmc: sdhci-spear: use generic card detection gpio support Russell King
2014-03-04 21:30 ` [PATCH 0/6] mmc: kona/spear updates Chris Ball
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140304071720.GA25092@beef \
--to=mporter@linaro.org \
--cc=chris@printf.net \
--cc=csd@broadcom.com \
--cc=linux-mmc@vger.kernel.org \
--cc=markus.mayer@linaro.org \
--cc=rmk+kernel@arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.