From: Jonathan Corbet Date: Tue, 17 Nov 2009 22:43:41 +0000 (-0300) Subject: V4L/DVB (13377): make struct videobuf_queue_ops constant X-Git-Tag: v2.6.33-rc1~338^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a54f35a0a90c0b62b111dd4de24248b22616b9;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed