aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorChaithrika U S <chaithrika@ti.com>2009-07-20 04:03:10 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-18 23:18:21 -0400
commit210fa70d3aa25da78e7ca7a43d993cd2603c0540 (patch)
treee6986cdac8e8451316377ddd145b3c1930e7f013 /drivers/media
parent7b140b89307a59527df644100ce5ab3bc1be7d1b (diff)
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: Chaithrika U S <chaithrika@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/davinci/vpif_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/davinci/vpif_display.c b/drivers/media/video/davinci/vpif_display.c
index 969d4b3aa785..8ea65d794dbf 100644
--- a/drivers/media/video/davinci/vpif_display.c
+++ b/drivers/media/video/davinci/vpif_display.c
@@ -1422,7 +1422,7 @@ vpif_init_free_channel_objects:
1422 */ 1422 */
1423static __init int vpif_probe(struct platform_device *pdev) 1423static __init int vpif_probe(struct platform_device *pdev)
1424{ 1424{
1425 const struct subdev_info *subdevdata; 1425 const struct vpif_subdev_info *subdevdata;
1426 int i, j = 0, k, q, m, err = 0; 1426 int i, j = 0, k, q, m, err = 0;
1427 struct i2c_adapter *i2c_adap; 1427 struct i2c_adapter *i2c_adap;
1428 struct vpif_config *config; 1428 struct vpif_config *config;