From: Mauro Carvalho Chehab Date: Mon, 8 Oct 2007 15:20:02 +0000 (-0300) Subject: V4L/DVB (6292): videobuf_core init always require callback implementation X-Git-Tag: v2.6.24-rc1~1463^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4cae5a50021271b9ef4e5e39e71e177d12fa8cb;p=pandora-kernel.git V4L/DVB (6292): videobuf_core init always require callback implementation In the past, videobuf_queue_init were used to initialize PCI DMA videobuffers. This patch renames it, to avoid confusion with the previous kernel API, doing: s/videobuf_queue_init/void videobuf_queue_core_init/ Also, the operations is now part of the function parameter. The function will also add a test if this is defined, otherwise producing BUG. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed