diff options
author | Stefan Ringel <stefan.ringel@arcor.de> | 2011-05-09 15:53:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 19:05:49 -0400 |
commit | 7231f49a67d28c93505627c7ee6485a75bd517b5 (patch) | |
tree | b955f5ba92d006ceccc581d998a08e020b38f294 | |
parent | 2fbc947ce157dbed5e036a2115cf5360c24aea0e (diff) |
[media] tm6000: remove unused capabilities
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/staging/tm6000/tm6000-cards.c | 8 | ||||
-rw-r--r-- | drivers/staging/tm6000/tm6000.h | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 199cc86f0853..19120edd5dc3 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c | |||
@@ -396,8 +396,6 @@ struct tm6000_board tm6000_boards[] = { | |||
396 | .has_eeprom = 1, | 396 | .has_eeprom = 1, |
397 | .has_remote = 1, | 397 | .has_remote = 1, |
398 | .has_radio = 1. | 398 | .has_radio = 1. |
399 | .has_input_comp = 1, | ||
400 | .has_input_svid = 1, | ||
401 | }, | 399 | }, |
402 | .gpio = { | 400 | .gpio = { |
403 | .tuner_reset = TM6010_GPIO_0, | 401 | .tuner_reset = TM6010_GPIO_0, |
@@ -435,8 +433,6 @@ struct tm6000_board tm6000_boards[] = { | |||
435 | .has_eeprom = 1, | 433 | .has_eeprom = 1, |
436 | .has_remote = 1, | 434 | .has_remote = 1, |
437 | .has_radio = 1, | 435 | .has_radio = 1, |
438 | .has_input_comp = 1, | ||
439 | .has_input_svid = 1, | ||
440 | }, | 436 | }, |
441 | .gpio = { | 437 | .gpio = { |
442 | .tuner_reset = TM6010_GPIO_0, | 438 | .tuner_reset = TM6010_GPIO_0, |
@@ -568,8 +564,6 @@ struct tm6000_board tm6000_boards[] = { | |||
568 | .has_eeprom = 1, | 564 | .has_eeprom = 1, |
569 | .has_remote = 0, | 565 | .has_remote = 0, |
570 | .has_radio = 1, | 566 | .has_radio = 1, |
571 | .has_input_comp = 0, | ||
572 | .has_input_svid = 0, | ||
573 | }, | 567 | }, |
574 | .gpio = { | 568 | .gpio = { |
575 | .tuner_reset = TM6010_GPIO_0, | 569 | .tuner_reset = TM6010_GPIO_0, |
@@ -599,8 +593,6 @@ struct tm6000_board tm6000_boards[] = { | |||
599 | .has_eeprom = 1, | 593 | .has_eeprom = 1, |
600 | .has_remote = 0, | 594 | .has_remote = 0, |
601 | .has_radio = 1, | 595 | .has_radio = 1, |
602 | .has_input_comp = 0, | ||
603 | .has_input_svid = 0, | ||
604 | }, | 596 | }, |
605 | .gpio = { | 597 | .gpio = { |
606 | .tuner_reset = TM6010_GPIO_0, | 598 | .tuner_reset = TM6010_GPIO_0, |
diff --git a/drivers/staging/tm6000/tm6000.h b/drivers/staging/tm6000/tm6000.h index e4ca8968451f..ae6369b9a90c 100644 --- a/drivers/staging/tm6000/tm6000.h +++ b/drivers/staging/tm6000/tm6000.h | |||
@@ -143,8 +143,6 @@ struct tm6000_capabilities { | |||
143 | unsigned int has_eeprom:1; | 143 | unsigned int has_eeprom:1; |
144 | unsigned int has_remote:1; | 144 | unsigned int has_remote:1; |
145 | unsigned int has_radio:1; | 145 | unsigned int has_radio:1; |
146 | unsigned int has_input_comp:1; | ||
147 | unsigned int has_input_svid:1; | ||
148 | }; | 146 | }; |
149 | 147 | ||
150 | struct tm6000_dvb { | 148 | struct tm6000_dvb { |