Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304015
b: refs/heads/master
c: 2dc60c5
h: refs/heads/master
i:
  304013: 5ac13aa
  304011: f1ed31d
  304007: 9ed6a3b
  303999: fb42631
v: v3
  • Loading branch information
Arnd Bergmann authored and Greg Kroah-Hartman committed Apr 18, 2012
1 parent 5ccd2ef commit 1e4ac72
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: 2d24bd17138beb25effadf99f99b95507772ecb3
refs/heads/master: 2dc60c589ba810b0c746c91f390a6796b4176572
2 changes: 1 addition & 1 deletion trunk/drivers/misc/bh1780gli.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static const struct i2c_device_id bh1780_id[] = {

static struct i2c_driver bh1780_driver = {
.probe = bh1780_probe,
.remove = bh1780_remove,
.remove = __devexit_p(bh1780_remove),
.id_table = bh1780_id,
.driver = {
.name = "bh1780",
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/misc/pti.c
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ static struct pci_driver pti_pci_driver = {
.name = PCINAME,
.id_table = pci_ids,
.probe = pti_pci_probe,
.remove = pti_pci_remove,
.remove = __devexit_p(pti_pci_remove),
};

/**
Expand Down

0 comments on commit 1e4ac72

Please sign in to comment.