[media] gspca_stv0680: Remove empty ctrls array
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
a8931d5948
commit
3f25ea562b
@@ -46,10 +46,6 @@ struct sd {
|
|||||||
u8 current_mode;
|
u8 current_mode;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* V4L2 controls supported by the driver */
|
|
||||||
static const struct ctrl sd_ctrls[] = {
|
|
||||||
};
|
|
||||||
|
|
||||||
static int stv_sndctrl(struct gspca_dev *gspca_dev, int set, u8 req, u16 val,
|
static int stv_sndctrl(struct gspca_dev *gspca_dev, int set, u8 req, u16 val,
|
||||||
int size)
|
int size)
|
||||||
{
|
{
|
||||||
@@ -318,8 +314,6 @@ static void sd_pkt_scan(struct gspca_dev *gspca_dev,
|
|||||||
/* 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,
|
||||||
|
Reference in New Issue
Block a user