v4l: DaVinci: DM646x: Update the structure name as per header file changes

Message ID 1248076990-19143-1-git-send-email-chaithrika@ti.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

Chaithrika U S July 20, 2009, 8:03 a.m. UTC
  In the platform header file, the subdev_info structure name has been changed 
to vpif_subdev_info. Update this change in the driver too.

Signed-off-by: Chaithrika U S <chaithrika@ti.com>
---
Applies to v4l-dvb repository.

 drivers/media/video/davinci/vpif_display.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
  

Patch

diff --git a/drivers/media/video/davinci/vpif_display.c b/drivers/media/video/davinci/vpif_display.c
index 9ab2c09..5819bb8 100644
--- a/drivers/media/video/davinci/vpif_display.c
+++ b/drivers/media/video/davinci/vpif_display.c
@@ -1424,7 +1424,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;