From: Alberto Panizzo <maramaopercheseimorto@gmail.com>
To: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Cc: Sascha linux-arm <s.hauer@pengutronix.de>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Subject: [PATCH] w1: mxc_w1: move probe and remove to the dev* text area.
Date: Fri, 12 Feb 2010 18:47:51 +0100 [thread overview]
Message-ID: <1265996871.2484.136.camel@realization> (raw)
This fixes the section mismatch warning for mxc_w1_probe()
---
drivers/w1/masters/mxc_w1.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/w1/masters/mxc_w1.c b/drivers/w1/masters/mxc_w1.c
index 65244c0..4926703 100644
--- a/drivers/w1/masters/mxc_w1.c
+++ b/drivers/w1/masters/mxc_w1.c
@@ -102,7 +102,7 @@ static u8 mxc_w1_ds2_touch_bit(void *data, u8 bit)
return ((__raw_readb(ctrl_addr)) >> 3) & 0x1;
}
-static int __init mxc_w1_probe(struct platform_device *pdev)
+static int __devinit mxc_w1_probe(struct platform_device *pdev)
{
struct mxc_w1_device *mdev;
struct resource *res;
@@ -166,7 +166,7 @@ failed_clk:
/*
* disassociate the w1 device from the driver
*/
-static int mxc_w1_remove(struct platform_device *pdev)
+static int __devexit mxc_w1_remove(struct platform_device *pdev)
{
struct mxc_w1_device *mdev = platform_get_drvdata(pdev);
struct resource *res;
--
1.6.3.3
next reply other threads:[~2010-02-12 17:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-12 17:47 Alberto Panizzo [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-02-15 18:49 Subject: [PATCH] w1: mxc_w1: move probe and remove to the dev* text area Alberto Panizzo
2010-02-15 19:31 ` 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=1265996871.2484.136.camel@realization \
--to=maramaopercheseimorto@gmail.com \
--cc=johnpol@2ka.mipt.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=s.hauer@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