Skip to content

Commit

Permalink
Staging: go7007: fix minor build warnings
Browse files Browse the repository at this point in the history
Comment out some functions that we aren't using yet, in anticipation
of using them when the v4l core merges are changed upstream.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent 9febd04 commit 8fca1cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/staging/go7007/go7007-v4l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ static int set_capture_size(struct go7007 *go, struct v4l2_format *fmt, int try)
return 0;
}

#if 0
static int clip_to_modet_map(struct go7007 *go, int region,
struct v4l2_clip *clip_list)
{
Expand Down Expand Up @@ -599,6 +600,7 @@ static int mpeg_g_control(struct v4l2_control *ctrl, struct go7007 *go)
}
return 0;
}
#endif

static int vidioc_querycap(struct file *file, void *priv,
struct v4l2_capability *cap)
Expand Down Expand Up @@ -1089,7 +1091,7 @@ static int vidioc_s_parm(struct file *filp, void *priv,
The two functions bellow implements the newer ioctls
*/

#if 0
static int vidioc_enum_framesizes(struct file *filp, void *priv,
struct v4l2_frmsizeenum *fsize)
{
Expand Down Expand Up @@ -1131,6 +1133,7 @@ static int vidioc_enum_frameintervals(struct file *filp, void *priv,

return 0;
}
#endif

static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id *std)
{
Expand Down

0 comments on commit 8fca1cb

Please sign in to comment.