Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219087
b: refs/heads/master
c: ffa1b39
h: refs/heads/master
i:
  219085: 29b39ad
  219083: 01d6e51
  219079: 58e841b
  219071: 155b562
v: v3
  • Loading branch information
Mats Randgaard authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 97d2502 commit dd5d0c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87660547def9d343dd5d21644b7a79a15a9b83c1
refs/heads/master: ffa1b391c61b9f9a2b5d14859bfdd9259fc6c4da
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/davinci/vpif_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,7 @@ static const struct dev_pm_ops vpif_dev_pm_ops = {
.resume = vpif_resume,
};

static struct platform_driver vpif_driver = {
static __refdata struct platform_driver vpif_driver = {
.driver = {
.name = "vpif_capture",
.owner = THIS_MODULE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/davinci/vpif_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ static int vpif_remove(struct platform_device *device)
return 0;
}

static struct platform_driver vpif_driver = {
static __refdata struct platform_driver vpif_driver = {
.driver = {
.name = "vpif_display",
.owner = THIS_MODULE,
Expand Down

0 comments on commit dd5d0c5

Please sign in to comment.