Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363086
b: refs/heads/master
c: 4022ed5
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 9119149 commit 5fec348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 0c75948249a05ebfa3214aaf5b8247ec919c30ac
refs/heads/master: 4022ed5a7222a400f813cfecfa5ecca40c708f69
12 changes: 1 addition & 11 deletions trunk/drivers/misc/atmel_pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,17 +393,7 @@ static struct platform_driver atmel_pwm_driver = {
*/
};

static int __init pwm_init(void)
{
return platform_driver_probe(&atmel_pwm_driver, pwm_probe);
}
module_init(pwm_init);

static void __exit pwm_exit(void)
{
platform_driver_unregister(&atmel_pwm_driver);
}
module_exit(pwm_exit);
module_platform_driver_probe(atmel_pwm_driver, pwm_probe);

MODULE_DESCRIPTION("Driver for AT32/AT91 PWM module");
MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 5fec348

Please sign in to comment.