Re: [PATCH] mmc: vt8500: Remove erroneous __exitp in wmt_mci_driver

2013-01-28 Thread Chris Ball
Hi Tony, On Sun, Jan 13 2013, Tony Prisk wrote: > With the __devinit/__devexit attributes having been removed, this > __exitp attribute causes an unused function warning and should be > removed as well. > > Signed-off-by: Tony Prisk > --- > drivers/mmc/host/wmt-sdmmc.c |2 +- > 1 file

Re: [PATCH] mmc: vt8500: Remove erroneous __exitp in wmt_mci_driver

2013-01-28 Thread Chris Ball
Hi Tony, On Sun, Jan 13 2013, Tony Prisk wrote: With the __devinit/__devexit attributes having been removed, this __exitp attribute causes an unused function warning and should be removed as well. Signed-off-by: Tony Prisk li...@prisktech.co.nz --- drivers/mmc/host/wmt-sdmmc.c |2 +-

[PATCH] mmc: vt8500: Remove erroneous __exitp in wmt_mci_driver

2013-01-12 Thread Tony Prisk
With the __devinit/__devexit attributes having been removed, this __exitp attribute causes an unused function warning and should be removed as well. Signed-off-by: Tony Prisk --- drivers/mmc/host/wmt-sdmmc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] mmc: vt8500: Remove erroneous __exitp in wmt_mci_driver

2013-01-12 Thread Tony Prisk
With the __devinit/__devexit attributes having been removed, this __exitp attribute causes an unused function warning and should be removed as well. Signed-off-by: Tony Prisk li...@prisktech.co.nz --- drivers/mmc/host/wmt-sdmmc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff