Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360586
b: refs/heads/master
c: 0f2ad9e
h: refs/heads/master
v: v3
  • Loading branch information
Gabor Juhos authored and Wim Van Sebroeck committed Mar 1, 2013
1 parent 1992d94 commit 9b9dd23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 5071a88475b758bf60191e53606463fe7290c71e
refs/heads/master: 0f2ad9ed7c6fecb008372e8a709595a2a21059aa
7 changes: 1 addition & 6 deletions trunk/arch/mips/ath79/dev-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,7 @@ void __init ath79_register_uart(void)
}
}

static struct platform_device ath79_wdt_device = {
.name = "ath79-wdt",
.id = -1,
};

void __init ath79_register_wdt(void)
{
platform_device_register(&ath79_wdt_device);
platform_device_register_simple("ath79-wdt", -1, NULL, 0);
}

0 comments on commit 9b9dd23

Please sign in to comment.