From: Hans Verkuil Date: Sun, 23 Nov 2014 14:23:49 +0000 (+0100) Subject: carma-fpga: drop videobuf dependency X-Git-Tag: omap-for-v3.19/fixes-rc1~84^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27361ff56d88d6cae16bd032aa94898c45b7ec4c;p=pandora-kernel.git carma-fpga: drop videobuf dependency This driver abuses videobuf helper functions. This is a bad idea because: 1) this driver is completely unrelated to media drivers 2) the videobuf API is deprecated and will be removed eventually This patch replaces the videobuf functions with the normal DMA kernel API. Signed-off-by: Hans Verkuil Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed