aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/go7007
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-11-13 15:35:08 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:06 -0800
commit8fca1cb3a4f7b1eba7e139a4eefc5d01f33d8961 (patch)
tree88ca88d2d2d117ba490e815ac019f75259cf7159 /drivers/staging/go7007
parentStaging: go7007: annotate code pointers (diff)
downloadlinux-dev-8fca1cb3a4f7b1eba7e139a4eefc5d01f33d8961.tar.xz
linux-dev-8fca1cb3a4f7b1eba7e139a4eefc5d01f33d8961.zip
Staging: go7007: fix minor build warnings
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>
Diffstat (limited to 'drivers/staging/go7007')
-rw-r--r--drivers/staging/go7007/go7007-v4l2.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/staging/go7007/go7007-v4l2.c b/drivers/staging/go7007/go7007-v4l2.c
index 7717feff8bea..2ca3877c7ae5 100644
--- a/drivers/staging/go7007/go7007-v4l2.c
+++ b/drivers/staging/go7007/go7007-v4l2.c
@@ -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)
{
@@ -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)
@@ -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)
{
@@ -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)
{