From: Mauro Carvalho Chehab Date: Thu, 19 Apr 2012 19:42:36 +0000 (-0300) Subject: [media] tm6000: don't use KERNEL_VERSION X-Git-Tag: v3.5-rc1~104^2~387 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26cede16514eb78f8f01a30b5e8e016d246b5cb;p=pandora-kernel.git [media] tm6000: don't use KERNEL_VERSION As reported by Marcos: > The output of "make versioncheck" told us that: > > drivers/staging/media/easycap/easycap_ioctl.c: 2442: need linux/version.h Now that drivers/media/video/v4l2-ioctl.c fills cap->version: case VIDIOC_QUERYCAP: { struct v4l2_capability *cap = (struct v4l2_capability *)arg; if (!ops->vidioc_querycap) break; cap->version = LINUX_VERSION_CODE; V4L2 drivers that use video_ioctl2() shouldn't initialize it anymore. Reported-by: Marcos Paulo de Souza Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed