Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315961
b: refs/heads/master
c: 6b761b2
h: refs/heads/master
i:
  315959: 38a3384
v: v3
  • Loading branch information
Sachin Kamat authored and Wim Van Sebroeck committed Jul 23, 2012
1 parent 4d841c5 commit ae6f175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 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: 7732c6b96f127bb5d9474715149b4e94e369412c
refs/heads/master: 6b761b2902c56b468370e0ee1691c37e0dae042a
16 changes: 1 addition & 15 deletions trunk/drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,21 +519,7 @@ static struct platform_driver s3c2410wdt_driver = {
},
};


static int __init watchdog_init(void)
{
pr_info("S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics\n");

return platform_driver_register(&s3c2410wdt_driver);
}

static void __exit watchdog_exit(void)
{
platform_driver_unregister(&s3c2410wdt_driver);
}

module_init(watchdog_init);
module_exit(watchdog_exit);
module_platform_driver(s3c2410wdt_driver);

MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>, "
"Dimitry Andric <dimitry.andric@tomtom.com>");
Expand Down

0 comments on commit ae6f175

Please sign in to comment.