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
1a4e30c3
Commit
1a4e30c3
authored
Jan 31, 2008
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (7119): Remove obsolete code from v4l2-common
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
a9254475
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
drivers/media/video/v4l2-common.c
drivers/media/video/v4l2-common.c
+0
-6
No files found.
drivers/media/video/v4l2-common.c
View file @
1a4e30c3
...
...
@@ -81,7 +81,6 @@ MODULE_LICENSE("GPL");
* Video Standard Operations (contributed by Michael Schimek)
*/
char
*
v4l2_norm_to_name
(
v4l2_std_id
id
)
{
char
*
name
;
...
...
@@ -270,9 +269,6 @@ char *v4l2_type_names[] = {
[
V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY
]
=
"video-out-over"
,
};
#define prt_names(a,arr) (((a)>=0)&&((a)<ARRAY_SIZE(arr)))?arr[a]:"unknown"
/* ------------------------------------------------------------------ */
/* debug help functions */
...
...
@@ -421,7 +417,6 @@ static const char *v4l2_int_ioctls[] = {
};
#define V4L2_INT_IOCTLS ARRAY_SIZE(v4l2_int_ioctls)
/* Common ioctl debug function. This function can be used by
external ioctl messages as well as internal V4L ioctl */
void
v4l_printk_ioctl
(
unsigned
int
cmd
)
...
...
@@ -460,7 +455,6 @@ void v4l_printk_ioctl(unsigned int cmd)
}
}
/* ----------------------------------------------------------------- */
/* Helper functions for control handling */
...
...
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