From: "Németh Márton" <nm127@freemail.hu>
To: Patrick Boettcher <pboettcher@dibcom.fr>,
Olivier Grenie <olivier.grenie@dibcom.fr>
Cc: V4L Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH] dib0090: cleanup dib0090_dcc_freq()
Date: Sat, 16 Jan 2010 18:35:03 +0100 [thread overview]
Message-ID: <4B51F8C7.1040202@freemail.hu> (raw)
From: Márton Németh <nm127@freemail.hu>
'extern' is not needed at function definition.
This will remove the following sparse warning (see "make C=1"):
* function 'dib0090_dcc_freq' with external linkage has definition
Signed-off-by: Márton Németh <nm127@freemail.hu>
---
diff -r 5bcdcc072b6d linux/drivers/media/dvb/frontends/dib0090.c
--- a/linux/drivers/media/dvb/frontends/dib0090.c Sat Jan 16 07:25:43 2010 +0100
+++ b/linux/drivers/media/dvb/frontends/dib0090.c Sat Jan 16 18:33:43 2010 +0100
@@ -283,7 +283,7 @@
return 0;
}
-extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast)
+void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast)
{
struct dib0090_state *state = fe->tuner_priv;
if (fast)
reply other threads:[~2010-01-16 17:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4B51F8C7.1040202@freemail.hu \
--to=nm127@freemail.hu \
--cc=linux-media@vger.kernel.org \
--cc=olivier.grenie@dibcom.fr \
--cc=pboettcher@dibcom.fr \
/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