Commit e9da6b3c authored by Peter Meerwald's avatar Peter Meerwald Committed by Mauro Carvalho Chehab

[media] media: remove unused element datawidth from struct mt9m111

Signed-off-by: default avatarPeter Meerwald <pmeerw@pmeerw.net>
Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent acc4e826
...@@ -214,7 +214,6 @@ struct mt9m111 { ...@@ -214,7 +214,6 @@ struct mt9m111 {
int power_count; int power_count;
const struct mt9m111_datafmt *fmt; const struct mt9m111_datafmt *fmt;
int lastpage; /* PageMap cache value */ int lastpage; /* PageMap cache value */
unsigned char datawidth;
}; };
/* Find a data format by a pixel code */ /* Find a data format by a pixel code */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment