Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304070
b: refs/heads/master
c: 2878bda
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed May 2, 2012
1 parent 7667daf commit a001a81
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: b4eafca1132d6065c2f37a873dbf4e0bb88cb23f
refs/heads/master: 2878bda864c53db599c4a3e3b136ed3e2af68ca0
4 changes: 2 additions & 2 deletions trunk/drivers/extcon/extcon_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static int __devexit gpio_extcon_remove(struct platform_device *pdev)
return 0;
}

static struct platform_driver gpio_extcon = {
static struct platform_driver gpio_extcon_driver = {
.probe = gpio_extcon_probe,
.remove = __devexit_p(gpio_extcon_remove),
.driver = {
Expand All @@ -162,7 +162,7 @@ static struct platform_driver gpio_extcon = {
},
};

module_platform_driver(gpio_extcon);
module_platform_driver(gpio_extcon_driver);

MODULE_AUTHOR("Mike Lockwood <lockwood@android.com>");
MODULE_DESCRIPTION("GPIO extcon driver");
Expand Down

0 comments on commit a001a81

Please sign in to comment.