Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366582
b: refs/heads/master
c: 0ea21a5
h: refs/heads/master
v: v3
  • Loading branch information
Lad, Prabhakar authored and Mauro Carvalho Chehab committed Mar 19, 2013
1 parent a978db5 commit ffb02da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8451ed205774398084de4a71e6794b86c94b5e5
refs/heads/master: 0ea21a524070f17f0bc06aafd43a2efaa0940d8f
3 changes: 3 additions & 0 deletions trunk/drivers/media/platform/davinci/vpbe_osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ static struct platform_device_id vpbe_osd_devtype[] = {
.name = DM355_VPBE_OSD_SUBDEV_NAME,
.driver_data = VPBE_VERSION_3,
},
{
/* sentinel */
}
};

MODULE_DEVICE_TABLE(platform, vpbe_osd_devtype);
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/media/platform/davinci/vpbe_venc.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ static struct platform_device_id vpbe_venc_devtype[] = {
.name = DM355_VPBE_VENC_SUBDEV_NAME,
.driver_data = VPBE_VERSION_3,
},
{
/* sentinel */
}
};

MODULE_DEVICE_TABLE(platform, vpbe_venc_devtype);
Expand Down

0 comments on commit ffb02da

Please sign in to comment.