diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2022-09-11 11:15:18 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-10-24 19:03:52 +0200 |
commit | cecae4614cae62e26d0efcfddfef521c525ad18e (patch) | |
tree | c06dfeaf77b9a0e3f0396ef39a8e0b66bf49ae81 /drivers/media/pci | |
parent | cx25821: remove unused cx25821_video_wakeup() declaration (diff) | |
download | linux-cecae4614cae62e26d0efcfddfef521c525ad18e.tar.xz linux-cecae4614cae62e26d0efcfddfef521c525ad18e.zip |
bttv: remove unused tea5757_set_freq declaration
tea5757_set_freq has been removed since
commit 1b500373157c ("[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>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r-- | drivers/media/pci/bt8xx/bttv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/bt8xx/bttv.h b/drivers/media/pci/bt8xx/bttv.h index d24b9ef9f59f..eed7eeb3b963 100644 --- a/drivers/media/pci/bt8xx/bttv.h +++ b/drivers/media/pci/bt8xx/bttv.h @@ -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 */ |