diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
tree | 644b88f8a71896307d71438e9b3af49126ffb22b /drivers/media/video/cx88/cx88.h | |
parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index d5cea41f4207..48b6c04fb497 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -238,6 +238,8 @@ extern struct sram_channel cx88_sram_channels[]; | |||
238 | #define CX88_BOARD_HAUPPAUGE_IRONLY 80 | 238 | #define CX88_BOARD_HAUPPAUGE_IRONLY 80 |
239 | #define CX88_BOARD_WINFAST_DTV1800H 81 | 239 | #define CX88_BOARD_WINFAST_DTV1800H 81 |
240 | #define CX88_BOARD_WINFAST_DTV2000H_J 82 | 240 | #define CX88_BOARD_WINFAST_DTV2000H_J 82 |
241 | #define CX88_BOARD_PROF_7301 83 | ||
242 | #define CX88_BOARD_SAMSUNG_SMT_7020 84 | ||
241 | 243 | ||
242 | enum cx88_itype { | 244 | enum cx88_itype { |
243 | CX88_VMUX_COMPOSITE1 = 1, | 245 | CX88_VMUX_COMPOSITE1 = 1, |
@@ -422,7 +424,6 @@ struct cx8800_suspend_state { | |||
422 | 424 | ||
423 | struct cx8800_dev { | 425 | struct cx8800_dev { |
424 | struct cx88_core *core; | 426 | struct cx88_core *core; |
425 | struct list_head devlist; | ||
426 | spinlock_t slock; | 427 | spinlock_t slock; |
427 | 428 | ||
428 | /* various device info */ | 429 | /* various device info */ |
@@ -669,7 +670,6 @@ int cx88_audio_thread(void *data); | |||
669 | 670 | ||
670 | int cx8802_register_driver(struct cx8802_driver *drv); | 671 | int cx8802_register_driver(struct cx8802_driver *drv); |
671 | int cx8802_unregister_driver(struct cx8802_driver *drv); | 672 | int cx8802_unregister_driver(struct cx8802_driver *drv); |
672 | struct cx8802_dev *cx8802_get_device(int minor); | ||
673 | struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype); | 673 | struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype); |
674 | 674 | ||
675 | /* ----------------------------------------------------------- */ | 675 | /* ----------------------------------------------------------- */ |