commit | 38a54f35a0a90c0b62b111dd4de24248b22616b9 | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Tue Nov 17 19:43:41 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 05 18:41:35 2009 -0200 |
tree | aeaeea69146639cd6e99aad838358edb26221f87 | |
parent | b18bd1d8806c0982c7835dcb58a27c4e9005e4fb [diff] |
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>