diff options
Diffstat (limited to 'drivers/media/dvb/b2c2/flexcop-usb.h')
-rw-r--r-- | drivers/media/dvb/b2c2/flexcop-usb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/b2c2/flexcop-usb.h b/drivers/media/dvb/b2c2/flexcop-usb.h index bfcec25ff2d9..630e647a2caa 100644 --- a/drivers/media/dvb/b2c2/flexcop-usb.h +++ b/drivers/media/dvb/b2c2/flexcop-usb.h | |||
@@ -21,6 +21,9 @@ struct flexcop_usb { | |||
21 | struct urb *iso_urb[B2C2_USB_NUM_ISO_URB]; | 21 | struct urb *iso_urb[B2C2_USB_NUM_ISO_URB]; |
22 | 22 | ||
23 | struct flexcop_device *fc_dev; | 23 | struct flexcop_device *fc_dev; |
24 | |||
25 | u8 tmp_buffer[1023+190]; | ||
26 | int tmp_buffer_length; | ||
24 | }; | 27 | }; |
25 | 28 | ||
26 | #if 0 | 29 | #if 0 |