Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192662
b: refs/heads/master
c: 7f9b141
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 1a634d4 commit a90bba4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 106bdbe24ea9038cecc01c168324af59343092ee
refs/heads/master: 7f9b1412f56eb5ec10694c27f93bd33276be0465
2 changes: 2 additions & 0 deletions trunk/drivers/staging/tm6000/tm6000-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/tm6000/tm6000-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/tm6000/tm6000.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a90bba4

Please sign in to comment.