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
1 changed files with 3 additions and 0 deletions

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;