aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-05-22 10:31:52 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:59:58 -0300
commitd762052e1eafd95f3b4622e1990f40dfd0d45b0f (patch)
tree54242da4b9ff2244c914ee34ccdac11aadd6b83e /drivers/media/video/pwc
parentV4L/DVB (3968a): Remove compatibility check for I2C_PEC (diff)
downloadlinux-dev-d762052e1eafd95f3b4622e1990f40dfd0d45b0f.tar.xz
linux-dev-d762052e1eafd95f3b4622e1990f40dfd0d45b0f.zip
V4L/DVB (3968): Fix checking logic for a broken xawtv version
moved from if to ifndef. Also added such tests at gentree script. Gentree updated to its latest version. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pwc')
-rw-r--r--drivers/media/video/pwc/pwc-v4l.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/pwc/pwc-v4l.c b/drivers/media/video/pwc/pwc-v4l.c
index 68e7573c8ef2..ebf0a92b3956 100644
--- a/drivers/media/video/pwc/pwc-v4l.c
+++ b/drivers/media/video/pwc/pwc-v4l.c
@@ -127,7 +127,6 @@ static struct v4l2_queryctrl pwc_controls[] = {
.step = 1,
.default_value = 0,
},
-#if XAWTV_HAS_BEEN_FIXED
{
.id = V4L2_CID_PRIVATE_SAVE_USER,
.type = V4L2_CTRL_TYPE_BUTTON,
@@ -209,7 +208,6 @@ static struct v4l2_queryctrl pwc_controls[] = {
.step = 1,
.default_value = 0,
},
-#endif
};
#if CONFIG_PWC_DEBUG