public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Ungerer <gerg@snapgear.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	Greg Ungerer <gerg@uclinux.org>,
	Len Sorensen <lsorense@csclub.uwaterloo.ca>,
	Greg Kroah-Hartman <gregkh@suse.de>,
	Alan Cox <alan@linux.intel.com>
Subject: Re: [PATCH 08/38] move mcf_remove to .devexit.text
Date: Wed, 25 Nov 2009 11:22:07 +1000	[thread overview]
Message-ID: <4B0C86BF.10003@snapgear.com> (raw)
In-Reply-To: <1259096853-18909-8-git-send-email-u.kleine-koenig@pengutronix.de>

Hi Uwe,

Uwe Kleine-König wrote:
> The function mcf_remove is used only wrapped by __devexit_p so define it
> using __devexit.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Cc: Greg Ungerer <gerg@uclinux.org>
> Cc: Len Sorensen <lsorense@csclub.uwaterloo.ca>
> Cc: Greg Kroah-Hartman <gregkh@suse.de>
> Cc: Alan Cox <alan@linux.intel.com>
> Cc: linux-kernel@vger.kernel.org

I have this queued in the for-linus (and for-next) branches for
inclusion in 2.6.33 at:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git

Regards
Greg



> ---
>  drivers/serial/mcf.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/serial/mcf.c b/drivers/serial/mcf.c
> index b443824..7bb5fee 100644
> --- a/drivers/serial/mcf.c
> +++ b/drivers/serial/mcf.c
> @@ -602,7 +602,7 @@ static int __devinit mcf_probe(struct platform_device *pdev)
>  
>  /****************************************************************************/
>  
> -static int mcf_remove(struct platform_device *pdev)
> +static int __devexit mcf_remove(struct platform_device *pdev)
>  {
>  	struct uart_port *port;
>  	int i;


-- 
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com

  parent reply	other threads:[~2009-11-25  1:21 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-24 21:06 [PATCH 01/38] move asic3_remove to .devexit.text Uwe Kleine-König
2009-11-24 21:06 ` [PATCH 02/38] move atp870u_remove " Uwe Kleine-König
2009-11-24 21:06   ` [PATCH 03/38] move excite_nand_remove " Uwe Kleine-König
2009-11-24 21:06     ` [PATCH 04/38] move ilo_remove " Uwe Kleine-König
2009-11-24 21:07       ` [PATCH 05/38] move initio_remove_one " Uwe Kleine-König
2009-11-24 21:07         ` [PATCH 06/38] move iodev_remove " Uwe Kleine-König
2009-11-24 21:07           ` [PATCH 07/38] move lasi700_driver_remove " Uwe Kleine-König
2009-11-24 21:07             ` [PATCH 08/38] move mcf_remove " Uwe Kleine-König
2009-11-24 21:07               ` [PATCH 09/38] move megaraid_detach_one " Uwe Kleine-König
2009-11-24 21:07                 ` [PATCH 10/38] don't wrap mlx4_remove_one in __devexit_p Uwe Kleine-König
2009-11-24 21:07                   ` [PATCH 11/38] move mpc85xx_pci_err_remove to .devexit.text Uwe Kleine-König
2009-11-24 21:07                     ` [PATCH 12/38] move mv64x60_pci_err_remove " Uwe Kleine-König
2009-11-24 21:07                       ` [PATCH 13/38] don't use __exit_p to wrap mxcnd_remove Uwe Kleine-König
2009-11-24 21:07                         ` [PATCH 14/38] move NCR_Q720_remove to .devexit.text Uwe Kleine-König
2009-11-24 21:07                           ` [PATCH 15/38] move s3c_adc_remove " Uwe Kleine-König
2009-11-24 21:07                             ` [PATCH 16/38] move s3c_pwm_remove " Uwe Kleine-König
2009-11-24 21:07                               ` [PATCH 17/38] move sc26xx_driver_remove " Uwe Kleine-König
2009-11-24 21:07                                 ` [PATCH 18/38] move sgiwd93_remove " Uwe Kleine-König
2009-11-24 21:07                                   ` [PATCH 19/38] move snirm710_driver_remove " Uwe Kleine-König
2009-11-24 21:07                                     ` [PATCH 20/38] move spidev_remove " Uwe Kleine-König
2009-11-24 21:07                                       ` [PATCH 21/38] move stex_remove " Uwe Kleine-König
2009-11-24 21:07                                         ` [PATCH 22/38] move vhci_hcd_remove " Uwe Kleine-König
2009-11-24 21:07                                           ` [PATCH 23/38] move zalon_remove " Uwe Kleine-König
2009-11-24 21:07                                             ` [PATCH 24/38] move lis3l02dq_remove " Uwe Kleine-König
2009-11-24 21:07                                               ` [PATCH 25/38] move sca3000_remove " Uwe Kleine-König
2009-11-24 21:07                                                 ` [PATCH 26/38] move vlynq_remove " Uwe Kleine-König
2009-11-24 21:07                                                   ` [PATCH 27/38] move bfad_pci_remove " Uwe Kleine-König
2009-11-24 21:07                                                     ` [PATCH 28/38] don't use __exit_p to wrap ds1302_rtc_remove Uwe Kleine-König
2009-11-24 21:07                                                       ` [PATCH 29/38] move mc33880_remove to .devexit.text Uwe Kleine-König
2009-11-24 21:07                                                         ` [PATCH 30/38] move mipid_spi_remove " Uwe Kleine-König
2009-11-24 21:07                                                           ` [PATCH 31/38] move pcf2123_remove " Uwe Kleine-König
2009-11-24 21:07                                                             ` [PATCH 32/38] don't use __exit_p to wrap plat_mpc8xxx_spi_remove Uwe Kleine-König
2009-11-24 21:07                                                               ` [PATCH 33/38] don't use __exit_p to wrap sh_mobile_ceu_remove Uwe Kleine-König
2009-11-24 21:07                                                                 ` [PATCH 34/38] move vpfe_remove to .devexit.text Uwe Kleine-König
2009-11-24 21:07                                                                   ` [PATCH 35/38] move vpif_remove " Uwe Kleine-König
2009-11-24 21:07                                                                     ` [PATCH 36/38] move vpss_remove " Uwe Kleine-König
2009-11-24 21:07                                                                       ` [PATCH 37/38] don't use __devexit_p to wrap sci_remove Uwe Kleine-König
2009-11-24 21:07                                                                         ` [PATCH 38/38] don't use __exit_p to wrap composite_unbind Uwe Kleine-König
2009-11-24 21:42                                                               ` [PATCH 32/38] don't use __exit_p to wrap plat_mpc8xxx_spi_remove Grant Likely
2009-11-26  8:23                                                         ` [PATCH 29/38] move mc33880_remove to .devexit.text Richard Röjfors
2009-11-25  1:36                                                       ` [PATCH 28/38] don't use __exit_p to wrap ds1302_rtc_remove Paul Mundt
2009-11-24 21:22                                       ` [PATCH 20/38] move spidev_remove to .devexit.text Mike Frysinger
2009-11-25  8:02                               ` [PATCH 16/38] move s3c_pwm_remove " Peter Korsgaard
2009-12-03 22:07                             ` [PATCH 15/38] move s3c_adc_remove " Ben Dooks
2009-12-03 22:10                               ` Uwe Kleine-König
2009-11-25  9:19                   ` [PATCH 10/38] don't wrap mlx4_remove_one in __devexit_p Franco Fichtner
2009-11-25  9:23                     ` [PATCH] " Uwe Kleine-König
2009-11-25  1:22               ` Greg Ungerer [this message]
2009-11-27  8:16           ` [PATCH 06/38] move iodev_remove to .devexit.text Ralf Baechle
2009-11-24 21:38   ` [PATCH 02/38] move atp870u_remove " James Bottomley
2009-11-25  9:26     ` Uwe Kleine-König
2009-11-25 13:38     ` Bartlomiej Zolnierkiewicz
2009-11-24 23:24 ` [PATCH 01/38] move asic3_remove " Samuel Ortiz

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=4B0C86BF.10003@snapgear.com \
    --to=gerg@snapgear.com \
    --cc=akpm@linux-foundation.org \
    --cc=alan@linux.intel.com \
    --cc=gerg@uclinux.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lsorense@csclub.uwaterloo.ca \
    --cc=u.kleine-koenig@pengutronix.de \
    /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