diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-01-02 10:27:12 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-25 11:09:25 -0300 |
commit | cbde9e9d7f2ad0eb9c61563540ef1427e380c5e1 (patch) | |
tree | dbfcab5cd6dc0e538075871cb3c688aa98450b3c /drivers/media/platform/omap3isp/ispstat.h | |
parent | 4d4c00d4fd7fa49f9105c3543c06a3990eb9094f (diff) |
[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>
Diffstat (limited to 'drivers/media/platform/omap3isp/ispstat.h')
-rw-r--r-- | drivers/media/platform/omap3isp/ispstat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/omap3isp/ispstat.h b/drivers/media/platform/omap3isp/ispstat.h index 9a047c929b9f..8e76846da8d6 100644 --- a/drivers/media/platform/omap3isp/ispstat.h +++ b/drivers/media/platform/omap3isp/ispstat.h @@ -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; |