[media] omap3isp: stat: Merge dma_addr and iommu_addr fields
The fields store buffer addresses as seen from the device. The first one is used with an external DMA engine while the second one is used with the ISP DMA engine. As they're never used together, merge them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
4d4c00d4fd
commit
cbde9e9d7f
@@ -46,7 +46,6 @@
|
||||
struct ispstat;
|
||||
|
||||
struct ispstat_buffer {
|
||||
unsigned long iommu_addr;
|
||||
struct iovm_struct *iovm;
|
||||
void *virt_addr;
|
||||
dma_addr_t dma_addr;
|
||||
|
Reference in New Issue
Block a user