Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363087
b: refs/heads/master
c: ead050d
h: refs/heads/master
i:
  363085: 9119149
  363083: c681b6d
  363079: ed81aa1
  363071: 8d30774
v: v3
  • Loading branch information
Jingoo Han authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 5fec348 commit 2aae9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 4022ed5a7222a400f813cfecfa5ecca40c708f69
refs/heads/master: ead050dec6b0765357e45287f02ef8e51f69c3ed
13 changes: 1 addition & 12 deletions trunk/drivers/misc/ep93xx_pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,18 +365,7 @@ static struct platform_driver ep93xx_pwm_driver = {
.remove = __exit_p(ep93xx_pwm_remove),
};

static int __init ep93xx_pwm_init(void)
{
return platform_driver_probe(&ep93xx_pwm_driver, ep93xx_pwm_probe);
}

static void __exit ep93xx_pwm_exit(void)
{
platform_driver_unregister(&ep93xx_pwm_driver);
}

module_init(ep93xx_pwm_init);
module_exit(ep93xx_pwm_exit);
module_platform_driver_probe(ep93xx_pwm_driver, ep93xx_pwm_probe);

MODULE_AUTHOR("Matthieu Crapet <mcrapet@gmail.com>, "
"H Hartley Sweeten <hsweeten@visionengravers.com>");
Expand Down

0 comments on commit 2aae9f9

Please sign in to comment.