Archived
14
0
Fork 0

V4L/DVB (12803): tm6000: make tm6000_devused static

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab 2007-10-01 06:45:22 -03:00 committed by Mauro Carvalho Chehab
parent 106bdbe24e
commit 7f9b1412f5
3 changed files with 2 additions and 3 deletions

View file

@ -44,6 +44,8 @@ static unsigned int card[] = {[0 ... (TM6000_MAXBOARDS - 1)] = UNSET };
module_param_array(card, int, NULL, 0444);
static unsigned long tm6000_devused;
struct tm6000_board {
char *name;

View file

@ -54,8 +54,6 @@
static unsigned int vid_limit = 16; /* Video memory limit, in Mb */
static int video_nr = -1; /* /dev/videoN, -1 for autodetect */
unsigned long tm6000_devused;
/* Debug level */
int tm6000_debug;

View file

@ -196,7 +196,6 @@ struct tm6000_fh {
V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM
/* In tm6000-core.c */
extern unsigned long tm6000_devused;
int tm6000_read_write_usb (struct tm6000_core *dev, u8 reqtype, u8 req,
u16 value, u16 index, u8 *buf, u16 len);