Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315957
b: refs/heads/master
c: 5a135f3
h: refs/heads/master
i:
  315955: 5e88771
v: v3
  • Loading branch information
Florian Fainelli authored and Wim Van Sebroeck committed Jul 23, 2012
1 parent a5ce069 commit 0b73372
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: bff23431fe7e2eba939fe4cdaa78d94a4d9497f7
refs/heads/master: 5a135f3c72c5bc738a29629d81a99c981b17a736
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/bcm63xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static void bcm63xx_wdt_shutdown(struct platform_device *pdev)
bcm63xx_wdt_pause();
}

static struct platform_driver bcm63xx_wdt = {
static struct platform_driver bcm63xx_wdt_driver = {
.probe = bcm63xx_wdt_probe,
.remove = __devexit_p(bcm63xx_wdt_remove),
.shutdown = bcm63xx_wdt_shutdown,
Expand All @@ -312,7 +312,7 @@ static struct platform_driver bcm63xx_wdt = {
}
};

module_platform_driver(bcm63xx_wdt);
module_platform_driver(bcm63xx_wdt_driver);

MODULE_AUTHOR("Miguel Gaio <miguel.gaio@efixo.com>");
MODULE_AUTHOR("Florian Fainelli <florian@openwrt.org>");
Expand Down

0 comments on commit 0b73372

Please sign in to comment.