Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 210fa70d authored by Chaithrika U S's avatar Chaithrika U S Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12453a): DaVinci: DM646x: Update the structure name as per header file changes



In the platform header file, the subdev_info structure name has been changed
to vpif_subdev_info. Update this change in the driver too.

Applies to v4l-dvb repository.

Signed-off-by: default avatarChaithrika U S <chaithrika@ti.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 7b140b89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1422,7 +1422,7 @@ static int initialize_vpif(void)
 */
static __init int vpif_probe(struct platform_device *pdev)
{
	const struct subdev_info *subdevdata;
	const struct vpif_subdev_info *subdevdata;
	int i, j = 0, k, q, m, err = 0;
	struct i2c_adapter *i2c_adap;
	struct vpif_config *config;