drivers/staging/vc04_services/vc-sm-cma/vc_sm_cma.c
deleted100644 → 0
+0
−98
Loading
Due to a misunderstanding of the DMA mapping APIs, I made
the wrong decision on how to implement this.
Rework to use dma_alloc_coherent instead of the CMA
API. This also allows it to be built as a module easily.
Signed-off-by:
Dave Stevenson <dave.stevenson@raspberrypi.org>