projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52f1a84
)
[media] mt2063: remove mt2063_setTune from header
author
Danny Kukawka
<
[email protected]
>
Fri, 10 Feb 2012 14:01:41 +0000
(11:01 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 28 Feb 2012 21:12:51 +0000
(18:12 -0300)
Commit
99ac54125490f16f7434f82fcb73bbb88290b38e
removed
the function mt2063_setTune() from mt2063.c. Remove it
also from the header file.
Signed-off-by: Danny Kukawka <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/common/tuners/mt2063.h
patch
|
blob
|
history
diff --git
a/drivers/media/common/tuners/mt2063.h
b/drivers/media/common/tuners/mt2063.h
index 62d0e8ec4e99723a9a2c6682a200056f9efbab75..3f5cfd93713f17d17668f798659c872558861a9a 100644
(file)
--- a/
drivers/media/common/tuners/mt2063.h
+++ b/
drivers/media/common/tuners/mt2063.h
@@
-23,10
+23,6
@@
static inline struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe,
return NULL;
}
-int mt2063_setTune(struct dvb_frontend *fe, u32 f_in,
- u32 bw_in,
- enum MTTune_atv_standard tv_type);
-
/* FIXME: Should use the standard DVB attachment interfaces */
unsigned int tuner_MT2063_SoftwareShutdown(struct dvb_frontend *fe);
unsigned int tuner_MT2063_ClearPowerMaskBits(struct dvb_frontend *fe);