Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315958
b: refs/heads/master
c: 0402450
h: refs/heads/master
v: v3
  • Loading branch information
Gerard Snitselaar authored and Wim Van Sebroeck committed Jul 23, 2012
1 parent 0b73372 commit 61b2785
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: 5a135f3c72c5bc738a29629d81a99c981b17a736
refs/heads/master: 0402450f45673d3c03340cb1e679bf2a1fc0abee
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/ie6xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static void __devinit ie6xx_wdt_debugfs_init(void)
S_IFREG | S_IRUGO, NULL, NULL, &ie6xx_wdt_dbg_operations);
}

static void __devexit ie6xx_wdt_debugfs_exit(void)
static void ie6xx_wdt_debugfs_exit(void)
{
debugfs_remove(ie6xx_wdt_data.debugfs);
}
Expand All @@ -242,7 +242,7 @@ static void __devinit ie6xx_wdt_debugfs_init(void)
{
}

static void __devexit ie6xx_wdt_debugfs_exit(void)
static void ie6xx_wdt_debugfs_exit(void)
{
}
#endif
Expand Down

0 comments on commit 61b2785

Please sign in to comment.