summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp_subdev.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-30 18:24:15 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-06-11 20:01:08 +0300
commitfb1f6ae692fc9d2d102a231ffbebe901a061f727 (patch)
treecbefd422c568fc1fe2406cd412dfa2325055948b /drivers/staging/media/atomisp/pci/atomisp_subdev.h
parent4e86bde20122aeb4abd8b586ee7f3959f898223c (diff)
downloadlinux-fb1f6ae692fc9d2d102a231ffbebe901a061f727.tar.xz
media: atomisp: remove format duplication at mbus->fourcc table
This table used to be used also to translate between ia_css abstraction and V4L2 fourcc codes. This was removed on a past patch, but the table now contains two fields with identical values. Get rid of one of them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/atomisp_subdev.h')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp_subdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp_subdev.h b/drivers/staging/media/atomisp/pci/atomisp_subdev.h
index e60ec7eea646..330a77eed8aa 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_subdev.h
+++ b/drivers/staging/media/atomisp/pci/atomisp_subdev.h
@@ -61,7 +61,6 @@ struct atomisp_in_fmt_conv {
u8 depth; /* uncompressed */
enum atomisp_input_format atomisp_in_fmt;
enum ia_css_bayer_order bayer_order;
- enum atomisp_input_format css_stream_fmt;
};
struct atomisp_sub_device;