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>
return 0;
}
+#if 0
static int clip_to_modet_map(struct go7007 *go, int region,
struct v4l2_clip *clip_list)
{
}
return 0;
}
+#endif
static int vidioc_querycap(struct file *file, void *priv,
struct v4l2_capability *cap)
The two functions bellow implements the newer ioctls
*/
-
+#if 0
static int vidioc_enum_framesizes(struct file *filp, void *priv,
struct v4l2_frmsizeenum *fsize)
{
return 0;
}
+#endif
static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id *std)
{