mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
media: intel/ipu6: Minor dma_mask clenaup
Remove unused dma_mask field and ipu-dma.h includes. Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
5050bc60cc
commit
1284c96939
|
|
@ -26,7 +26,6 @@ struct ipu6_bus_device {
|
|||
struct ipu6_mmu *mmu;
|
||||
struct ipu6_device *isp;
|
||||
const struct ipu6_buttress_ctrl *ctrl;
|
||||
u64 dma_mask;
|
||||
const struct firmware *fw;
|
||||
struct sg_table fw_sgt;
|
||||
u64 *pkg_dir;
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@
|
|||
#ifndef IPU6_DMA_H
|
||||
#define IPU6_DMA_H
|
||||
|
||||
#include <linux/dma-map-ops.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/iova.h>
|
||||
#include <linux/iova.h>
|
||||
#include <linux/scatterlist.h>
|
||||
#include <linux/types.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user