diff options
author | Andy Walls <awalls@radix.net> | 2009-02-21 20:35:11 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:02 -0400 |
commit | 8d037ed14d1be0eff67fed0f9b1b333b0d52ec78 (patch) | |
tree | fa4387c726dc63d993fb066e0c6838277ce6760e /drivers/media/video/cx18/cx18-driver.h | |
parent | 6246d4e1b30aa9404d2603dc09a823aba36d9c13 (diff) |
V4L/DVB (10762): cx18: Get rid of unused variables related to video output
Remove variables that were holdovers from ivtv for supporting the CX23415
MPEG decoder output.
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index 5e1ae91d5325..ece4f281ef42 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -505,8 +505,6 @@ struct cx18 { | |||
505 | const struct cx18_card_tuner_i2c *card_i2c; /* i2c addresses to probe for tuner */ | 505 | const struct cx18_card_tuner_i2c *card_i2c; /* i2c addresses to probe for tuner */ |
506 | u8 is_50hz; | 506 | u8 is_50hz; |
507 | u8 is_60hz; | 507 | u8 is_60hz; |
508 | u8 is_out_50hz; /* FIXME - remove, we don't have an output decoder */ | ||
509 | u8 is_out_60hz; /* FIXME - remove, we don't have an output decoder */ | ||
510 | u8 nof_inputs; /* number of video inputs */ | 508 | u8 nof_inputs; /* number of video inputs */ |
511 | u8 nof_audio_inputs; /* number of audio inputs */ | 509 | u8 nof_audio_inputs; /* number of audio inputs */ |
512 | u16 buffer_id; /* buffer ID counter */ | 510 | u16 buffer_id; /* buffer ID counter */ |
@@ -591,7 +589,6 @@ struct cx18 { | |||
591 | /* codec settings */ | 589 | /* codec settings */ |
592 | u32 audio_input; | 590 | u32 audio_input; |
593 | u32 active_input; | 591 | u32 active_input; |
594 | u32 active_output; | ||
595 | v4l2_std_id std; | 592 | v4l2_std_id std; |
596 | v4l2_std_id tuner_std; /* The norm of the tuner (fixed) */ | 593 | v4l2_std_id tuner_std; /* The norm of the tuner (fixed) */ |
597 | }; | 594 | }; |