linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 03/34] move bbc_remove to .devexit.text
       [not found] <20091001082607.GA2181@pengutronix.de>
@ 2009-10-01  8:28 ` Uwe Kleine-König
  2009-10-01  8:28 ` [PATCH 05/34] move grover_remove " Uwe Kleine-König
  1 sibling, 0 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2009-10-01  8:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: Sam Ravnborg, Andrew Morton, Dmitry Torokhov, Dmitry Torokhov,
	linux-input

The function bbc_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>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 drivers/input/misc/sparcspkr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/misc/sparcspkr.c b/drivers/input/misc/sparcspkr.c
index c4f4231..5399dd2 100644
--- a/drivers/input/misc/sparcspkr.c
+++ b/drivers/input/misc/sparcspkr.c
@@ -230,7 +230,7 @@ out_err:
 	return err;
 }
 
-static int bbc_remove(struct of_device *op)
+static int __devexit bbc_remove(struct of_device *op)
 {
 	struct sparcspkr_state *state = dev_get_drvdata(&op->dev);
 	struct input_dev *input_dev = state->input_dev;
-- 
1.6.4.3

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

* [PATCH 05/34] move grover_remove to .devexit.text
       [not found] <20091001082607.GA2181@pengutronix.de>
  2009-10-01  8:28 ` [PATCH 03/34] move bbc_remove to .devexit.text Uwe Kleine-König
@ 2009-10-01  8:28 ` Uwe Kleine-König
  2009-10-06  5:05   ` Dmitry Torokhov
  1 sibling, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2009-10-01  8:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: Sam Ravnborg, Andrew Morton, Dmitry Torokhov, Dmitry Torokhov,
	linux-input

The function grover_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>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 drivers/input/misc/sparcspkr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/misc/sparcspkr.c b/drivers/input/misc/sparcspkr.c
index 5399dd2..b064419 100644
--- a/drivers/input/misc/sparcspkr.c
+++ b/drivers/input/misc/sparcspkr.c
@@ -308,7 +308,7 @@ out_err:
 	return err;
 }
 
-static int grover_remove(struct of_device *op)
+static int __devexit grover_remove(struct of_device *op)
 {
 	struct sparcspkr_state *state = dev_get_drvdata(&op->dev);
 	struct grover_beep_info *info = &state->u.grover;
-- 
1.6.4.3

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

* Re: [PATCH 05/34] move grover_remove to .devexit.text
  2009-10-01  8:28 ` [PATCH 05/34] move grover_remove " Uwe Kleine-König
@ 2009-10-06  5:05   ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2009-10-06  5:05 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-kernel, Sam Ravnborg, Andrew Morton, linux-input

On Thu, Oct 01, 2009 at 10:28:09AM +0200, Uwe Kleine-König wrote:
> The function grover_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>
> Acked-by: Sam Ravnborg <sam@ravnborg.org>

Folded together with your other patch to sparkspkr and applied.

Thanks Uwe.

-- 
Dmitry

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

end of thread, other threads:[~2009-10-06  5:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20091001082607.GA2181@pengutronix.de>
2009-10-01  8:28 ` [PATCH 03/34] move bbc_remove to .devexit.text Uwe Kleine-König
2009-10-01  8:28 ` [PATCH 05/34] move grover_remove " Uwe Kleine-König
2009-10-06  5:05   ` Dmitry Torokhov

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