Skip to content

Commit

Permalink
V4L/DVB (12453a): DaVinci: DM646x: Update the structure name as per h…
Browse files Browse the repository at this point in the history
…eader 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>
  • Loading branch information
Chaithrika U S authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent 7b140b8 commit 210fa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/davinci/vpif_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 210fa70

Please sign in to comment.