public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove()
@ 2012-10-03 13:26 Andy Shevchenko
  2012-10-03 13:26 ` [PATCH 2/2] mmc: dw_mmc: use helper macro module_platform_driver() Andy Shevchenko
  2012-10-03 13:41 ` [PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove() Girish K S
  0 siblings, 2 replies; 11+ messages in thread
From: Andy Shevchenko @ 2012-10-03 13:26 UTC (permalink / raw)
  To: Chris Ball, linux-mmc; +Cc: Andy Shevchenko

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/mmc/host/dw_mmc-pci.c   |    2 +-
 drivers/mmc/host/dw_mmc-pltfm.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/host/dw_mmc-pci.c b/drivers/mmc/host/dw_mmc-pci.c
index edb37e9..53a09cb 100644
--- a/drivers/mmc/host/dw_mmc-pci.c
+++ b/drivers/mmc/host/dw_mmc-pci.c
@@ -134,7 +134,7 @@ static struct pci_driver dw_mci_pci_driver = {
 	.name		= "dw_mmc_pci",
 	.id_table	= dw_mci_pci_id,
 	.probe		= dw_mci_pci_probe,
-	.remove		= dw_mci_pci_remove,
+	.remove		= __devexit_p(dw_mci_pci_remove),
 	.driver		=	{
 		.pm =   &dw_mci_pci_pmops
 	},
diff --git a/drivers/mmc/host/dw_mmc-pltfm.c b/drivers/mmc/host/dw_mmc-pltfm.c
index c960ca7..777c585 100644
--- a/drivers/mmc/host/dw_mmc-pltfm.c
+++ b/drivers/mmc/host/dw_mmc-pltfm.c
@@ -119,7 +119,7 @@ static const struct of_device_id dw_mci_pltfm_match[] = {
 MODULE_DEVICE_TABLE(of, dw_mci_pltfm_match);
 
 static struct platform_driver dw_mci_pltfm_driver = {
-	.remove		= __exit_p(dw_mci_pltfm_remove),
+	.remove		= __devexit_p(dw_mci_pltfm_remove),
 	.driver		= {
 		.name		= "dw_mmc",
 		.of_match_table	= of_match_ptr(dw_mci_pltfm_match),
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-10-23 21:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03 13:26 [PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove() Andy Shevchenko
2012-10-03 13:26 ` [PATCH 2/2] mmc: dw_mmc: use helper macro module_platform_driver() Andy Shevchenko
2012-10-03 13:56   ` Girish K S
2012-10-04 12:10   ` Will Newton
2012-10-23 21:14     ` Chris Ball
2012-10-03 13:41 ` [PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove() Girish K S
2012-10-03 13:43   ` Andy Shevchenko
2012-10-03 13:45   ` [PATCHv2] mmc: dw_mmc: use __devexit_p " Andy Shevchenko
2012-10-03 13:59     ` Girish K S
2012-10-04 12:11     ` Will Newton
2012-10-23 21:13       ` Chris Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox