Commit 7f9b1412 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 106bdbe2
...@@ -44,6 +44,8 @@ static unsigned int card[] = {[0 ... (TM6000_MAXBOARDS - 1)] = UNSET }; ...@@ -44,6 +44,8 @@ static unsigned int card[] = {[0 ... (TM6000_MAXBOARDS - 1)] = UNSET };
module_param_array(card, int, NULL, 0444); module_param_array(card, int, NULL, 0444);
static unsigned long tm6000_devused;
struct tm6000_board { struct tm6000_board {
char *name; char *name;
......
...@@ -54,8 +54,6 @@ ...@@ -54,8 +54,6 @@
static unsigned int vid_limit = 16; /* Video memory limit, in Mb */ static unsigned int vid_limit = 16; /* Video memory limit, in Mb */
static int video_nr = -1; /* /dev/videoN, -1 for autodetect */ static int video_nr = -1; /* /dev/videoN, -1 for autodetect */
unsigned long tm6000_devused;
/* Debug level */ /* Debug level */
int tm6000_debug; int tm6000_debug;
......
...@@ -196,7 +196,6 @@ struct tm6000_fh { ...@@ -196,7 +196,6 @@ struct tm6000_fh {
V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM
/* In tm6000-core.c */ /* In tm6000-core.c */
extern unsigned long tm6000_devused;
int tm6000_read_write_usb (struct tm6000_core *dev, u8 reqtype, u8 req, int tm6000_read_write_usb (struct tm6000_core *dev, u8 reqtype, u8 req,
u16 value, u16 index, u8 *buf, u16 len); u16 value, u16 index, u8 *buf, u16 len);
......
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