mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
V4L/DVB (5234): Gl861: remove unneeded declaration
remove unneeded declaration of .generic_bulk_ctrl_endpoint generic_bulk_ctrl_endpoint isn't being used in this device, so this is not needed here. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
8c0b24c2d2
commit
05eb2a8058
@ -175,8 +175,6 @@ static struct dvb_usb_device_properties gl861_properties = {
|
|||||||
}},
|
}},
|
||||||
.i2c_algo = &gl861_i2c_algo,
|
.i2c_algo = &gl861_i2c_algo,
|
||||||
|
|
||||||
.generic_bulk_ctrl_endpoint = 0x02,
|
|
||||||
|
|
||||||
.num_device_descs = 1,
|
.num_device_descs = 1,
|
||||||
.devices = {
|
.devices = {
|
||||||
{ "MSI Mega Sky 55801 DVB-T USB2.0",
|
{ "MSI Mega Sky 55801 DVB-T USB2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user