Commit 8a756010 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

V4L/DVB (6485): ivtv: fix compile warning

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 75b8c133
...@@ -76,7 +76,7 @@ static struct { ...@@ -76,7 +76,7 @@ static struct {
int minor_offset; int minor_offset;
int dma, pio; int dma, pio;
enum v4l2_buf_type buf_type; enum v4l2_buf_type buf_type;
struct file_operations *fops; const struct file_operations *fops;
} ivtv_stream_info[] = { } ivtv_stream_info[] = {
{ /* IVTV_ENC_STREAM_TYPE_MPG */ { /* IVTV_ENC_STREAM_TYPE_MPG */
"encoder MPG", "encoder MPG",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment