projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9fb9b7
)
V4L/DVB: dib0090: cleanup dib0090_dcc_freq()
author
Márton Németh
<nm127@freemail.hu>
Sat, 16 Jan 2010 17:35:03 +0000
(14:35 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:46 +0000
(15:10 -0300)
'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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/dib0090.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/dib0090.c
b/drivers/media/dvb/frontends/dib0090.c
index
6145527
..
7eac178
100644
(file)
--- a/
drivers/media/dvb/frontends/dib0090.c
+++ b/
drivers/media/dvb/frontends/dib0090.c
@@
-283,7
+283,7
@@
static int dib0090_sleep(struct dvb_frontend *fe)
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)