Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336983
b: refs/heads/master
c: f91a66c
h: refs/heads/master
i:
  336981: fc2833b
  336979: 040e1cd
  336975: 760d0cc
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 2ae3b6a commit 8b03db9
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: 128485daadc53ff0570132c0c3ed70a6f0610bf6
refs/heads/master: f91a66c97b38a504827803bb93f83a7b85e50e5a
2 changes: 1 addition & 1 deletion trunk/drivers/w1/masters/matrox_w1.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static struct pci_driver matrox_w1_pci_driver = {
.name = "matrox_w1",
.id_table = matrox_w1_tbl,
.probe = matrox_w1_probe,
.remove = __devexit_p(matrox_w1_remove),
.remove = matrox_w1_remove,
};

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/w1/masters/omap_hdq.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static int __devexit omap_hdq_remove(struct platform_device *pdev);

static struct platform_driver omap_hdq_driver = {
.probe = omap_hdq_probe,
.remove = __devexit_p(omap_hdq_remove),
.remove = omap_hdq_remove,
.driver = {
.name = "omap_hdq",
},
Expand Down

0 comments on commit 8b03db9

Please sign in to comment.