diff options
Diffstat (limited to 'drivers/media/platform/omap3isp/ispstat.h')
| -rw-r--r-- | drivers/media/platform/omap3isp/ispstat.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/platform/omap3isp/ispstat.h b/drivers/media/platform/omap3isp/ispstat.h index 9a047c929b9..58d6ac7cb66 100644 --- a/drivers/media/platform/omap3isp/ispstat.h +++ b/drivers/media/platform/omap3isp/ispstat.h @@ -46,8 +46,7 @@  struct ispstat;  struct ispstat_buffer { -	unsigned long iommu_addr; -	struct iovm_struct *iovm; +	struct sg_table sgt;  	void *virt_addr;  	dma_addr_t dma_addr;  	struct timespec ts;  | 
