Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296109
b: refs/heads/master
c: 1a21a68
h: refs/heads/master
i:
  296107: 29fa678
v: v3
  • Loading branch information
Felipe Balbi authored and Kevin Hilman committed Mar 5, 2012
1 parent 3a437bd commit 9f6e0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1079a8b2907007ca6d11081fc403fc198ac503c4
refs/heads/master: 1a21a680f1679c9648821f052abb5e77ad0f48af
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/smartreflex.c
Original file line number Diff line number Diff line change
Expand Up @@ -1117,12 +1117,12 @@ static int __init sr_init(void)

return 0;
}
late_initcall(sr_init);

static void __exit sr_exit(void)
{
platform_driver_unregister(&smartreflex_driver);
}
late_initcall(sr_init);
module_exit(sr_exit);

MODULE_DESCRIPTION("OMAP Smartreflex Driver");
Expand Down

0 comments on commit 9f6e0fb

Please sign in to comment.