Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
7f9b1412
Commit
7f9b1412
authored
Oct 01, 2007
by
Mauro Carvalho Chehab
Committed by
Mauro Carvalho Chehab
May 18, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (12803): tm6000: make tm6000_devused static
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
106bdbe2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
drivers/staging/tm6000/tm6000-cards.c
drivers/staging/tm6000/tm6000-cards.c
+2
-0
drivers/staging/tm6000/tm6000-video.c
drivers/staging/tm6000/tm6000-video.c
+0
-2
drivers/staging/tm6000/tm6000.h
drivers/staging/tm6000/tm6000.h
+0
-1
No files found.
drivers/staging/tm6000/tm6000-cards.c
View file @
7f9b1412
...
...
@@ -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
;
...
...
drivers/staging/tm6000/tm6000-video.c
View file @
7f9b1412
...
...
@@ -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
;
...
...
drivers/staging/tm6000/tm6000.h
View file @
7f9b1412
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment