diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-08 18:13:53 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-08 18:13:53 -0200 |
commit | 1a655423fe4e0ee72ec8ad2ef42b8b66a7a188b2 (patch) | |
tree | 75e9797f9419de216e31d575ee8dd429cb203a8f /linux/drivers | |
parent | 0308500e0996c0a8fbd9f873935427539254d0d0 (diff) | |
download | mediapointer-dvb-s2-1a655423fe4e0ee72ec8ad2ef42b8b66a7a188b2.tar.gz mediapointer-dvb-s2-1a655423fe4e0ee72ec8ad2ef42b8b66a7a188b2.tar.bz2 |
Bad: author doesn't exist!
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 0b9c423ec..d641c24c3 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -340,8 +340,8 @@ struct cx88_core { /* config info -- dvb */ #if defined(CONFIG_VIDEO_CX88_DVB) || defined(CONFIG_VIDEO_CX88_DVB_MODULE) int (*prev_set_voltage)(struct dvb_frontend *fe, fe_sec_voltage_t voltage); - void (*gate_ctrl)(struct cx88_core *core, int open); #endif + void (*gate_ctrl)(struct cx88_core *core, int open); /* state info */ struct task_struct *kthread; |