Эх сурвалжийг харах

[media] gspca_benq: Remove empty ctrls array

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Hans de Goede 13 жил өмнө
parent
commit
1289179404

+ 0 - 6
drivers/media/video/gspca/benq.c

@@ -33,10 +33,6 @@ struct sd {
 	struct gspca_dev gspca_dev;	/* !! must be the first item */
 	struct gspca_dev gspca_dev;	/* !! must be the first item */
 };
 };
 
 
-/* V4L2 controls supported by the driver */
-static const struct ctrl sd_ctrls[] = {
-};
-
 static const struct v4l2_pix_format vga_mode[] = {
 static const struct v4l2_pix_format vga_mode[] = {
 	{320, 240, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
 	{320, 240, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
 		.bytesperline = 320,
 		.bytesperline = 320,
@@ -256,8 +252,6 @@ static void sd_isoc_irq(struct urb *urb)
 /* sub-driver description */
 /* sub-driver description */
 static const struct sd_desc sd_desc = {
 static const struct sd_desc sd_desc = {
 	.name = MODULE_NAME,
 	.name = MODULE_NAME,
-	.ctrls = sd_ctrls,
-	.nctrls = ARRAY_SIZE(sd_ctrls),
 	.config = sd_config,
 	.config = sd_config,
 	.init = sd_init,
 	.init = sd_init,
 	.start = sd_start,
 	.start = sd_start,