linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 15/38] move s3c_adc_remove to .devexit.text
Date: Thu, 3 Dec 2009 22:07:18 +0000	[thread overview]
Message-ID: <20091203220718.GS4808@trinity.fluff.org> (raw)
In-Reply-To: <1259096853-18909-15-git-send-email-u.kleine-koenig@pengutronix.de>

On Tue, Nov 24, 2009 at 10:07:10PM +0100, Uwe Kleine-K?nig wrote:
> The function s3c_adc_remove is used only wrapped by __devexit_p so define
> it using __devexit.

Shall I put these into my tree?
 
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> Acked-by: Sam Ravnborg <sam@ravnborg.org>
> Cc: Russell King <linux@arm.linux.org.uk>
> Acked-By: Ben Dooks <ben@simtec.co.uk>
> Cc: Ramax Lo <ramaxlo@gmail.com>
> Cc: Nelson Castillo <arhuaco@freaks-unidos.net>
> Cc: linux-kernel at vger.kernel.org
> Cc: Ben Dooks <ben-linux@fluff.org>
> Cc: Alexey Dobriyan <adobriyan@gmail.com>
> Cc: Ryan Mallon <ryan@bluewatersys.com>
> Cc: linux-arm-kernel at lists.infradead.org
> ---
>  arch/arm/plat-s3c24xx/adc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/plat-s3c24xx/adc.c b/arch/arm/plat-s3c24xx/adc.c
> index df47322..ce47627 100644
> --- a/arch/arm/plat-s3c24xx/adc.c
> +++ b/arch/arm/plat-s3c24xx/adc.c
> @@ -365,7 +365,7 @@ static int s3c_adc_probe(struct platform_device *pdev)
>  	return ret;
>  }
>  
> -static int s3c_adc_remove(struct platform_device *pdev)
> +static int __devexit s3c_adc_remove(struct platform_device *pdev)
>  {
>  	struct adc_device *adc = platform_get_drvdata(pdev);
>  
> -- 
> 1.6.5.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

  parent reply	other threads:[~2009-12-03 22:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1259096853-18909-1-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found] ` <1259096853-18909-2-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]   ` <1259096853-18909-3-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]     ` <1259096853-18909-4-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]       ` <1259096853-18909-5-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]         ` <1259096853-18909-6-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]           ` <1259096853-18909-7-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]             ` <1259096853-18909-8-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]               ` <1259096853-18909-9-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                 ` <1259096853-18909-10-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                   ` <1259096853-18909-11-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                     ` <1259096853-18909-12-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                       ` <1259096853-18909-13-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                         ` <1259096853-18909-14-git-send-email-u.kleine-koenig@pengutronix.de>
2009-11-24 21:07                           ` [PATCH 15/38] move s3c_adc_remove to .devexit.text Uwe Kleine-König
2009-11-24 21:07                             ` [PATCH 16/38] move s3c_pwm_remove " Uwe Kleine-König
2009-11-25  8:02                               ` Peter Korsgaard
2009-12-03 22:07                             ` Ben Dooks [this message]
2009-12-03 22:10                               ` [PATCH 15/38] move s3c_adc_remove " Uwe Kleine-König

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=20091203220718.GS4808@trinity.fluff.org \
    --to=ben-linux@fluff.org \
    --cc=linux-arm-kernel@lists.infradead.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).