mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 10:02:20 -04:00
bttv: remove unused tea5757_set_freq declaration
tea5757_set_freq has been removed since
commit 1b50037315 ("[media] bttv: Convert to generic
TEA575x interface").
So tea5757_set_freq is a unused declaration, remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
committed by
Hans Verkuil
parent
060d290e37
commit
cecae4614c
@@ -289,7 +289,6 @@ extern void bttv_init_card2(struct bttv *btv);
|
||||
extern void bttv_init_tuner(struct bttv *btv);
|
||||
|
||||
/* card-specific functions */
|
||||
extern void tea5757_set_freq(struct bttv *btv, unsigned short freq);
|
||||
extern u32 bttv_tda9880_setnorm(struct bttv *btv, u32 gpiobits);
|
||||
|
||||
/* extra tweaks for some chipsets */
|
||||
|
||||
Reference in New Issue
Block a user