mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
media: intel/ipu6: Remove unused ipu6_isys_csi2_pdata
The pointer to ipu6_isys_csi2_pdata is not used. 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
b122c9cfcb
commit
3e51d14286
|
|
@ -14,7 +14,6 @@ struct v4l2_mbus_frame_desc_entry;
|
|||
|
||||
struct ipu6_isys_video;
|
||||
struct ipu6_isys;
|
||||
struct ipu6_isys_csi2_pdata;
|
||||
struct ipu6_isys_stream;
|
||||
|
||||
#define NR_OF_CSI2_VC 16
|
||||
|
|
@ -37,7 +36,6 @@ struct ipu6_isys_stream;
|
|||
|
||||
struct ipu6_isys_csi2 {
|
||||
struct ipu6_isys_subdev asd;
|
||||
struct ipu6_isys_csi2_pdata *pdata;
|
||||
struct ipu6_isys *isys;
|
||||
struct ipu6_isys_video av[NR_OF_CSI2_SRC_PADS];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user