Staging: dt3155v4l: remove private memory allocator
authorMarin Mitov <mitov@issp.bas.bg>
Tue, 18 May 2010 10:05:29 +0000 (13:05 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 18 May 2010 21:53:17 +0000 (14:53 -0700)
This patch removes the private memory allocator
and all conjugated functions. Now the driver uses
videobuf-dma-contig module for allocations.
Added reserving 4MB coherent memory for private
per device allocations at probe time.

Signed-off-by: Marin Mitov <mitov@issp.bas.bg>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found