carma-fpga-program: drop videobuf dependency
authorHans Verkuil <hans.verkuil@cisco.com>
Sun, 23 Nov 2014 14:23:50 +0000 (15:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Nov 2014 03:30:05 +0000 (19:30 -0800)
commit2180a0d41a896ea590868cded5fb22de297c6b72
treedf0f6320a1ff528cb3717ff5f5866bf9b1e731b9
parent27361ff56d88d6cae16bd032aa94898c45b7ec4c
carma-fpga-program: 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 <hans.verkuil@cisco.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/carma/Kconfig
drivers/misc/carma/carma-fpga-program.c