Commit 7231f49a authored by Stefan Ringel's avatar Stefan Ringel Committed by Mauro Carvalho Chehab

[media] tm6000: remove unused capabilities

Signed-off-by: default avatarStefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2fbc947c
...@@ -396,8 +396,6 @@ struct tm6000_board tm6000_boards[] = { ...@@ -396,8 +396,6 @@ struct tm6000_board tm6000_boards[] = {
.has_eeprom = 1, .has_eeprom = 1,
.has_remote = 1, .has_remote = 1,
.has_radio = 1. .has_radio = 1.
.has_input_comp = 1,
.has_input_svid = 1,
}, },
.gpio = { .gpio = {
.tuner_reset = TM6010_GPIO_0, .tuner_reset = TM6010_GPIO_0,
...@@ -435,8 +433,6 @@ struct tm6000_board tm6000_boards[] = { ...@@ -435,8 +433,6 @@ struct tm6000_board tm6000_boards[] = {
.has_eeprom = 1, .has_eeprom = 1,
.has_remote = 1, .has_remote = 1,
.has_radio = 1, .has_radio = 1,
.has_input_comp = 1,
.has_input_svid = 1,
}, },
.gpio = { .gpio = {
.tuner_reset = TM6010_GPIO_0, .tuner_reset = TM6010_GPIO_0,
...@@ -568,8 +564,6 @@ struct tm6000_board tm6000_boards[] = { ...@@ -568,8 +564,6 @@ struct tm6000_board tm6000_boards[] = {
.has_eeprom = 1, .has_eeprom = 1,
.has_remote = 0, .has_remote = 0,
.has_radio = 1, .has_radio = 1,
.has_input_comp = 0,
.has_input_svid = 0,
}, },
.gpio = { .gpio = {
.tuner_reset = TM6010_GPIO_0, .tuner_reset = TM6010_GPIO_0,
...@@ -599,8 +593,6 @@ struct tm6000_board tm6000_boards[] = { ...@@ -599,8 +593,6 @@ struct tm6000_board tm6000_boards[] = {
.has_eeprom = 1, .has_eeprom = 1,
.has_remote = 0, .has_remote = 0,
.has_radio = 1, .has_radio = 1,
.has_input_comp = 0,
.has_input_svid = 0,
}, },
.gpio = { .gpio = {
.tuner_reset = TM6010_GPIO_0, .tuner_reset = TM6010_GPIO_0,
......
...@@ -143,8 +143,6 @@ struct tm6000_capabilities { ...@@ -143,8 +143,6 @@ struct tm6000_capabilities {
unsigned int has_eeprom:1; unsigned int has_eeprom:1;
unsigned int has_remote:1; unsigned int has_remote:1;
unsigned int has_radio:1; unsigned int has_radio:1;
unsigned int has_input_comp:1;
unsigned int has_input_svid:1;
}; };
struct tm6000_dvb { struct tm6000_dvb {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment