media: davinci/vpfe_capture.c: drop unused format descriptions
Simplify vpfe_pixel_format to just contain the pixelformat and bpp fields. All others are unused. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
610fce5372
commit
ee484875af
@@ -32,7 +32,7 @@
|
||||
#define CAPTURE_DRV_NAME "vpfe-capture"
|
||||
|
||||
struct vpfe_pixel_format {
|
||||
struct v4l2_fmtdesc fmtdesc;
|
||||
u32 pixelformat;
|
||||
/* bytes per pixel */
|
||||
int bpp;
|
||||
};
|
||||
|
Reference in New Issue
Block a user