1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

This line somehow got lost when adapting to mainline kernel version.

Signed-off-by: internal
This commit is contained in:
internal 2022-06-07 16:15:10 +02:00
parent 871821d6a0
commit 002f39787a

View File

@ -479,6 +479,9 @@ static int dvb_dmxdev_ts_callback(const u8 *buffer1, size_t buffer1_len,
u32 *buffer_flags)
{
struct dmxdev_filter *dmxdevfilter = feed->priv;
#ifdef CONFIG_DVB_MMAP
struct dvb_vb2_ctx *ctx;
#endif
struct dvb_ringbuffer *buffer;
int ret;