From: Mike Frysinger <vapier@gentoo.org>
To: linux-kernel@vger.kernel.org
Cc: Juergen Beisert <j.beisert@pengutronix.de>,
Dmitry Baryshkov <dbaryshkov@gmail.com>
Subject: [PATCH] gpio: max7301: add missing __devexit marking
Date: Mon, 18 May 2009 03:57:08 -0400 [thread overview]
Message-ID: <1242633428-16460-1-git-send-email-vapier@gentoo.org> (raw)
The remove member of the spi_driver max7301_driver uses __devexit_p(),
so the remove function itself should be marked with __devexit. Even
more so considering the probe function is marked with __devinit.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Juergen Beisert <j.beisert@pengutronix.de>
CC: Dmitry Baryshkov <dbaryshkov@gmail.com>
---
drivers/gpio/max7301.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpio/max7301.c b/drivers/gpio/max7301.c
index 3e7f4e0..7b82eaa 100644
--- a/drivers/gpio/max7301.c
+++ b/drivers/gpio/max7301.c
@@ -287,7 +287,7 @@ exit_destroy:
return ret;
}
-static int max7301_remove(struct spi_device *spi)
+static int __devexit max7301_remove(struct spi_device *spi)
{
struct max7301 *ts;
int ret;
--
1.6.3
next reply other threads:[~2009-05-18 7:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-18 7:57 Mike Frysinger [this message]
2009-05-18 8:48 ` Juergen Beisert
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=1242633428-16460-1-git-send-email-vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=dbaryshkov@gmail.com \
--cc=j.beisert@pengutronix.de \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®