aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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[] = {
127 .step = 1, 127 .step = 1,
128 .default_value = 0, 128 .default_value = 0,
129 }, 129 },
130#if XAWTV_HAS_BEEN_FIXED
131 { 130 {
132 .id = V4L2_CID_PRIVATE_SAVE_USER, 131 .id = V4L2_CID_PRIVATE_SAVE_USER,
133 .type = V4L2_CTRL_TYPE_BUTTON, 132 .type = V4L2_CTRL_TYPE_BUTTON,
@@ -209,7 +208,6 @@ static struct v4l2_queryctrl pwc_controls[] = {
209 .step = 1, 208 .step = 1,
210 .default_value = 0, 209 .default_value = 0,
211 }, 210 },
212#endif
213}; 211};
214 212
215#if CONFIG_PWC_DEBUG 213#if CONFIG_PWC_DEBUG