From: Jonathan Corbet Date: Mon, 23 Nov 2009 17:29:35 +0000 (-0300) Subject: V4L/DVB (13417): Fix videobuf_queue_vmalloc_init() prototype X-Git-Tag: v2.6.33-rc1~338^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8b0bca1a7ea8479490bcc06835ccbf590ba2c4e;p=pandora-kernel.git V4L/DVB (13417): Fix videobuf_queue_vmalloc_init() prototype For whatever reason, the device structure pointer to videobuf_queue_vmalloc_init is typed "void *", even though it's passed right through to videobuf_queue_core_init(), which expects a struct device pointer. The other videobuf implementations use struct device *; I think vmalloc should too. Signed-off-by: Jonathan Corbet Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed