linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 06/38] move iodev_remove to .devexit.text
       [not found]       ` <1259096853-18909-5-git-send-email-u.kleine-koenig@pengutronix.de>
@ 2009-11-24 21:07         ` Uwe Kleine-König
  2009-11-27  8:16           ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2009-11-24 21:07 UTC (permalink / raw)
  To: linux-kernel
  Cc: akpm, Ming Lei, Henrique de Moraes Holschuh, Greg Kroah-Hartman,
	David Brownell, Ralf Baechle, linux-mips

The function iodev_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: Ming Lei <tom.leiming@gmail.com>
Cc: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: linux-kernel@vger.kernel.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
---
 arch/mips/basler/excite/excite_iodev.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/basler/excite/excite_iodev.c b/arch/mips/basler/excite/excite_iodev.c
index 938b1d0..733b242 100644
--- a/arch/mips/basler/excite/excite_iodev.c
+++ b/arch/mips/basler/excite/excite_iodev.c
@@ -34,7 +34,7 @@
 
 static const struct resource *iodev_get_resource(struct platform_device *, const char *, unsigned int);
 static int __init iodev_probe(struct platform_device *);
-static int __exit iodev_remove(struct platform_device *);
+static int __devexit iodev_remove(struct platform_device *);
 static int iodev_open(struct inode *, struct file *);
 static int iodev_release(struct inode *, struct file *);
 static ssize_t iodev_read(struct file *, char __user *, size_t s, loff_t *);
@@ -103,7 +103,7 @@ static int __init iodev_probe(struct platform_device *dev)
 
 
 
-static int __exit iodev_remove(struct platform_device *dev)
+static int __devexit iodev_remove(struct platform_device *dev)
 {
 	return misc_deregister(&miscdev);
 }
-- 
1.6.5.2

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

* Re: [PATCH 06/38] move iodev_remove to .devexit.text
  2009-11-24 21:07         ` [PATCH 06/38] move iodev_remove to .devexit.text Uwe Kleine-König
@ 2009-11-27  8:16           ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-11-27  8:16 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-kernel, akpm, Ming Lei, Henrique de Moraes Holschuh,
	Greg Kroah-Hartman, David Brownell, linux-mips

On Tue, Nov 24, 2009 at 10:07:01PM +0100, Uwe Kleine-König wrote:

> The function iodev_remove is used only wrapped by __devexit_p so define
> it using __devexit.

Thanks, queued for 2.6.33.

  Ralf

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

end of thread, other threads:[~2009-11-27  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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>
2009-11-24 21:07         ` [PATCH 06/38] move iodev_remove to .devexit.text Uwe Kleine-König
2009-11-27  8:16           ` Ralf Baechle

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).