Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333094
b: refs/heads/master
c: 208d038
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer authored and Thierry Reding committed Sep 12, 2012
1 parent b4e958c commit ad2dbb9
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: 66ad6a613abeeeabc5217a0498fae63205e8ddb8
refs/heads/master: 208d038f4792b5ca0dc76deebbc0ae13b4f1a744
12 changes: 1 addition & 11 deletions trunk/drivers/pwm/pwm-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,17 +271,7 @@ static struct platform_driver imx_pwm_driver = {
.remove = __devexit_p(imx_pwm_remove),
};

static int __init imx_pwm_init(void)
{
return platform_driver_register(&imx_pwm_driver);
}
arch_initcall(imx_pwm_init);

static void __exit imx_pwm_exit(void)
{
platform_driver_unregister(&imx_pwm_driver);
}
module_exit(imx_pwm_exit);
module_platform_driver(imx_pwm_driver);

MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de>");

0 comments on commit ad2dbb9

Please sign in to comment.