aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/videobuf-dma-contig.h
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2009-11-17 19:43:41 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:41:35 -0200
commit38a54f35a0a90c0b62b111dd4de24248b22616b9 (patch)
treeaeaeea69146639cd6e99aad838358edb26221f87 /include/media/videobuf-dma-contig.h
parentV4L/DVB (13376): cx-usb: add Mygica D689 DMB-TH USB support (diff)
downloadlinux-dev-38a54f35a0a90c0b62b111dd4de24248b22616b9.tar.xz
linux-dev-38a54f35a0a90c0b62b111dd4de24248b22616b9.zip
V4L/DVB (13377): make struct videobuf_queue_ops constant
The videobuf_queue_ops function vector is not declared constant, but there's no need for the videobuf layer to ever change it. Make it const so that videobuf users can make their operations const without warnings. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/videobuf-dma-contig.h')
-rw-r--r--include/media/videobuf-dma-contig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/videobuf-dma-contig.h b/include/media/videobuf-dma-contig.h
index 549386681aab..ebaa9bc1ee8d 100644
--- a/include/media/videobuf-dma-contig.h
+++ b/include/media/videobuf-dma-contig.h
@@ -17,7 +17,7 @@
#include <media/videobuf-core.h>
void videobuf_queue_dma_contig_init(struct videobuf_queue *q,
- struct videobuf_queue_ops *ops,
+ const struct videobuf_queue_ops *ops,
struct device *dev,
spinlock_t *irqlock,
enum v4l2_buf_type type,