Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358812
b: refs/heads/master
c: 0a6d224
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and Wolfram Sang committed Feb 21, 2013
1 parent ace371d commit 70f473d
Show file tree
Hide file tree
Showing 2 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: 6beaddf243b2d4bbc9165fbd89429fa1a7526af1
refs/heads/master: 0a6d2246790512c88931ddbfedf3fd48e0979093
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-pxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ static int i2c_pxa_probe(struct platform_device *dev)
return ret;
}

static int __exit i2c_pxa_remove(struct platform_device *dev)
static int i2c_pxa_remove(struct platform_device *dev)
{
struct pxa_i2c *i2c = platform_get_drvdata(dev);

Expand Down Expand Up @@ -1269,7 +1269,7 @@ static const struct dev_pm_ops i2c_pxa_dev_pm_ops = {

static struct platform_driver i2c_pxa_driver = {
.probe = i2c_pxa_probe,
.remove = __exit_p(i2c_pxa_remove),
.remove = i2c_pxa_remove,
.driver = {
.name = "pxa2xx-i2c",
.owner = THIS_MODULE,
Expand Down

0 comments on commit 70f473d

Please sign in to comment.