V4L/DVB (12453a): DaVinci: DM646x: Update the structure name as per header file changes
authorChaithrika U S <chaithrika@ti.com>
Mon, 20 Jul 2009 08:03:10 +0000 (05:03 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:18:21 +0000 (00:18 -0300)
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: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/davinci/vpif_display.c

index 969d4b3..8ea65d7 100644 (file)
@@ -1422,7 +1422,7 @@ vpif_init_free_channel_objects:
  */
 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;