[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fa686aa40911241342we68d831n4bd6e637ff21f939@mail.gmail.com>
Date: Tue, 24 Nov 2009 14:42:22 -0700
From: Grant Likely <grant.likely@...retlab.ca>
To: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
Kumar Gala <galak@...nel.crashing.org>,
Anton Vorontsov <avorontsov@...mvista.com>,
devicetree-discuss@...ts.ozlabs.org,
David Brownell <dbrownell@...rs.sourceforge.net>,
spi-devel-general@...ts.sourceforge.net
Subject: Re: [PATCH 32/38] don't use __exit_p to wrap plat_mpc8xxx_spi_remove
2009/11/24 Uwe Kleine-König <u.kleine-koenig@...gutronix.de>:
> The function plat_mpc8xxx_spi_remove is defined using __devexit, so don't
> use __exit_p but __devexit_p to wrap it.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Obviously correct.
Acked-by: Grant Likely <grant.likely@...retlab.ca>
g.
> Cc: Andrew Morton <akpm@...ux-foundation.org>
> Cc: Kumar Gala <galak@...nel.crashing.org>
> Cc: Anton Vorontsov <avorontsov@...mvista.com>
> Cc: Grant Likely <grant.likely@...retlab.ca>
> Cc: linux-kernel@...r.kernel.org
> Cc: devicetree-discuss@...ts.ozlabs.org
> Cc: David Brownell <dbrownell@...rs.sourceforge.net>
> Cc: spi-devel-general@...ts.sourceforge.net
> ---
> drivers/spi/spi_mpc8xxx.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/spi/spi_mpc8xxx.c b/drivers/spi/spi_mpc8xxx.c
> index 0fd0ec4..1d98be9 100644
> --- a/drivers/spi/spi_mpc8xxx.c
> +++ b/drivers/spi/spi_mpc8xxx.c
> @@ -900,7 +900,7 @@ static int __devexit plat_mpc8xxx_spi_remove(struct platform_device *pdev)
> MODULE_ALIAS("platform:mpc8xxx_spi");
> static struct platform_driver mpc8xxx_spi_driver = {
> .probe = plat_mpc8xxx_spi_probe,
> - .remove = __exit_p(plat_mpc8xxx_spi_remove),
> + .remove = __devexit_p(plat_mpc8xxx_spi_remove),
> .driver = {
> .name = "mpc8xxx_spi",
> .owner = THIS_MODULE,
> --
> 1.6.5.2
>
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists