Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133771
b: refs/heads/master
c: 0aaae66
h: refs/heads/master
i:
  133769: 1f9b5f5
  133767: 2880fa0
v: v3
  • Loading branch information
Wim Van Sebroeck committed Mar 25, 2009
1 parent fe25fe9 commit 47cfc00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 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: 08eb2e0c084778f30691e3f18540cdb754c56530
refs/heads/master: 0aaae66179f269b7b37d0b526029c5783bed1da3
14 changes: 10 additions & 4 deletions trunk/drivers/watchdog/rc32434_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,17 @@ static int __devexit rc32434_wdt_remove(struct platform_device *pdev)
return 0;
}

static void rc32434_wdt_shutdown(struct platform_device *pdev)
{
rc32434_wdt_stop();
}

static struct platform_driver rc32434_wdt_driver = {
.probe = rc32434_wdt_probe,
.remove = __devexit_p(rc32434_wdt_remove),
.driver = {
.name = "rc32434_wdt",
.probe = rc32434_wdt_probe,
.remove = __devexit_p(rc32434_wdt_remove),
.shutdown = rc32434_wdt_shutdown,
.driver = {
.name = "rc32434_wdt",
}
};

Expand Down

0 comments on commit 47cfc00

Please sign in to comment.