From: Vinod Koul <vinod.koul@intel.com>
To: maxin.john@gmail.com
Cc: djbw@fb.com, lars@metafoo.de, linux-kernel@vger.kernel.org,
"Maxin B. John" <maxin.john@enea.com>
Subject: Re: [PATCH] dma: timb_dma: Fix compiler warning
Date: Mon, 4 Mar 2013 19:26:32 +0530 [thread overview]
Message-ID: <20130304135631.GA28136@intel.com> (raw)
In-Reply-To: <1361306033-22229-1-git-send-email-maxin.john@gmail.com>
On Tue, Feb 19, 2013 at 10:33:53PM +0200, maxin.john@gmail.com wrote:
> From: "Maxin B. John" <maxin.john@enea.com>
>
> Fix this compiler warning:
> warning: 'td_remove' defined but not used [-Wunused-function]
>
> Signed-off-by: Maxin B. John <maxin.john@enea.com>
Applied thanks
> ---
> drivers/dma/timb_dma.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c
> index 952f823..26107ba 100644
> --- a/drivers/dma/timb_dma.c
> +++ b/drivers/dma/timb_dma.c
> @@ -823,7 +823,7 @@ static struct platform_driver td_driver = {
> .owner = THIS_MODULE,
> },
> .probe = td_probe,
> - .remove = __exit_p(td_remove),
> + .remove = td_remove,
> };
>
> module_platform_driver(td_driver);
> --
> 1.7.7
>
next prev parent reply other threads:[~2013-03-04 14:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-19 20:33 [PATCH] dma: timb_dma: Fix compiler warning maxin.john
2013-03-04 12:21 ` Maxin B. John
2013-03-04 13:56 ` Vinod Koul [this message]
2013-03-21 5:21 ` Vinod Koul
-- strict thread matches above, loose matches on Subject: below --
2013-02-18 19:59 maxin.john
2013-02-19 11:36 ` Lars-Peter Clausen
2013-02-19 12:44 ` Maxin B. John
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=20130304135631.GA28136@intel.com \
--to=vinod.koul@intel.com \
--cc=djbw@fb.com \
--cc=lars@metafoo.de \
--cc=linux-kernel@vger.kernel.org \
--cc=maxin.john@enea.com \
--cc=maxin.john@gmail.com \
/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