Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12086
b: refs/heads/master
c: de4ae58
h: refs/heads/master
v: v3
  • Loading branch information
Wim Van Sebroeck committed Nov 1, 2005
1 parent ea51665 commit 5f5bf00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3faed6373bfd4468384880a39d4014ead7159f7
refs/heads/master: de4ae58fc9f46482f96306301011dfc8b404491f
1 change: 1 addition & 0 deletions trunk/drivers/char/watchdog/mpcore_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ static int __devexit mpcore_wdt_remove(struct device *dev)
}

static struct device_driver mpcore_wdt_driver = {
.owner = THIS_MODULE,
.name = "mpcore_wdt",
.bus = &platform_bus_type,
.probe = mpcore_wdt_probe,
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/char/watchdog/mv64x60_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ static int __devexit mv64x60_wdt_remove(struct device *dev)
}

static struct device_driver mv64x60_wdt_driver = {
.owner = THIS_MODULE,
.name = MV64x60_WDT_NAME,
.bus = &platform_bus_type,
.probe = mv64x60_wdt_probe,
Expand Down

0 comments on commit 5f5bf00

Please sign in to comment.