diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttv.h')
-rw-r--r-- | drivers/media/video/bt8xx/bttv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv.h b/drivers/media/video/bt8xx/bttv.h index a7bcad171823..b1986b94d29f 100644 --- a/drivers/media/video/bt8xx/bttv.h +++ b/drivers/media/video/bt8xx/bttv.h | |||
@@ -265,7 +265,7 @@ extern void bttv_init_card2(struct bttv *btv); | |||
265 | 265 | ||
266 | /* card-specific funtions */ | 266 | /* card-specific funtions */ |
267 | extern void tea5757_set_freq(struct bttv *btv, unsigned short freq); | 267 | extern void tea5757_set_freq(struct bttv *btv, unsigned short freq); |
268 | extern void bttv_tda9880_setnorm(struct bttv *btv, int norm); | 268 | extern void bttv_tda9880_setnorm(struct bttv *btv, unsigned int norm); |
269 | 269 | ||
270 | /* extra tweaks for some chipsets */ | 270 | /* extra tweaks for some chipsets */ |
271 | extern void bttv_check_chipset(void); | 271 | extern void bttv_check_chipset(void); |