media: ti-vpe: cal: remove unused cal_camerarx->dev field

cal_camerarx->dev field is not used, remove it.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Tomi Valkeinen 2021-06-14 13:23:13 +02:00 committed by Mauro Carvalho Chehab
parent 918d6d120a
commit 97a2c65e2f
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ struct cal_data {
struct cal_camerarx {
void __iomem *base;
struct resource *res;
struct device *dev;
struct regmap_field *fields[F_MAX_FIELDS];
struct cal_dev *cal;