mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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
2 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue