diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-10-30 08:16:35 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-10-30 08:16:35 +0100 |
commit | 1a2f2e02d947ff58cdfcfe6c2a8c9fbe1cac1e43 (patch) | |
tree | 4f9f9187b711778b5e494160eda3647b70bd1760 /linux/drivers/media | |
parent | 47c9bdaf6e07f0a4b5ccaec663d41aec4bf62e63 (diff) | |
download | mediapointer-dvb-s2-1a2f2e02d947ff58cdfcfe6c2a8c9fbe1cac1e43.tar.gz mediapointer-dvb-s2-1a2f2e02d947ff58cdfcfe6c2a8c9fbe1cac1e43.tar.bz2 |
ivtv: fix compile warning
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-streams.c b/linux/drivers/media/video/ivtv/ivtv-streams.c index cc1efd63e..a5bfbd98a 100644 --- a/linux/drivers/media/video/ivtv/ivtv-streams.c +++ b/linux/drivers/media/video/ivtv/ivtv-streams.c @@ -76,7 +76,7 @@ static struct { int minor_offset; int dma, pio; enum v4l2_buf_type buf_type; - struct file_operations *fops; + const struct file_operations *fops; } ivtv_stream_info[] = { { /* IVTV_ENC_STREAM_TYPE_MPG */ "encoder MPG", |