mirror of https://gitee.com/openkylin/linux.git
V4L-DVB: tm6000: add missing BEHOLDER board definitions
The missing of those board definitions break compilation Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
c733a4d5b8
commit
9d3aeb5f00
|
@ -44,6 +44,8 @@
|
|||
#define TM6000_BOARD_FREECOM_AND_SIMILAR 7
|
||||
#define TM6000_BOARD_ADSTECH_MINI_DUAL_TV 8
|
||||
#define TM6010_BOARD_HAUPPAUGE_900H 9
|
||||
#define TM6010_BOARD_BEHOLD_WANDER 10
|
||||
#define TM6010_BOARD_BEHOLD_VOYAGER 11
|
||||
|
||||
#define TM6000_MAXBOARDS 16
|
||||
static unsigned int card[] = {[0 ... (TM6000_MAXBOARDS - 1)] = UNSET };
|
||||
|
|
Loading…
Reference in New Issue