diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-05 11:56:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-05 11:56:16 -0400 |
commit | 6dd3187447e710db23de81ed4877fc8f72e80411 (patch) | |
tree | 7ed2232548793401e6bbddde18f5cd94b153e150 /include/media | |
parent | 5057f3262c52434fea9eda17494716b9649f25bd (diff) |
[media] tveeprom: Remove two unused fields from struct
The digitizer* fields aren't used. Remove them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tveeprom.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/tveeprom.h b/include/media/tveeprom.h index f7119ee3977b..bb484967ef8b 100644 --- a/include/media/tveeprom.h +++ b/include/media/tveeprom.h | |||
@@ -32,9 +32,6 @@ struct tveeprom { | |||
32 | u32 tuner2_formats; | 32 | u32 tuner2_formats; |
33 | u32 tuner2_hauppauge_model; | 33 | u32 tuner2_hauppauge_model; |
34 | 34 | ||
35 | u32 digitizer; | ||
36 | u32 digitizer_formats; | ||
37 | |||
38 | u32 audio_processor; | 35 | u32 audio_processor; |
39 | u32 decoder_processor; | 36 | u32 decoder_processor; |
40 | 37 | ||