From: Russell King <rmk+kernel@arm.linux.org.uk>
To: Chris Ball <chris@printf.net>
Cc: linux-mmc@vger.kernel.org, Markus Mayer <markus.mayer@linaro.org>,
Christian Daudt <csd@broadcom.com>,
Matt Porter <matt.porter@linaro.org>
Subject: [PATCH 1/6] mmc: sdhci-bcm-kona: fix build errors when built-in
Date: Fri, 28 Feb 2014 21:32:24 +0000 [thread overview]
Message-ID: <E1WJV2e-000429-1D@rmk-PC.arm.linux.org.uk> (raw)
In-Reply-To: <20140228212936.GA21483@n2100.arm.linux.org.uk>
`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>
---
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-02-28 21:32 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 ` Russell King [this message]
2014-02-28 21:54 ` [PATCH 1/6] mmc: sdhci-bcm-kona: fix build errors when built-in Markus Mayer
2014-03-04 7:17 ` Matt Porter
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=E1WJV2e-000429-1D@rmk-PC.arm.linux.org.uk \
--to=rmk+kernel@arm.linux.org.uk \
--cc=chris@printf.net \
--cc=csd@broadcom.com \
--cc=linux-mmc@vger.kernel.org \
--cc=markus.mayer@linaro.org \
--cc=matt.porter@linaro.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).