Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348054
b: refs/heads/master
c: e4e9f7e
h: refs/heads/master
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Tony Lindgren committed Dec 17, 2012
1 parent d6100f7 commit 9591ee1
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: 669bb479383c68a17fb0b6f525b8c3d7beb8e198
refs/heads/master: e4e9f7ea2ee83c21b9541a7624deb1ed361d1b39
13 changes: 1 addition & 12 deletions trunk/arch/arm/plat-omap/dmtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -898,19 +898,8 @@ static struct platform_driver omap_dm_timer_driver = {
},
};

static int __init omap_dm_timer_driver_init(void)
{
return platform_driver_register(&omap_dm_timer_driver);
}

static void __exit omap_dm_timer_driver_exit(void)
{
platform_driver_unregister(&omap_dm_timer_driver);
}

early_platform_init("earlytimer", &omap_dm_timer_driver);
module_init(omap_dm_timer_driver_init);
module_exit(omap_dm_timer_driver_exit);
module_platform_driver(omap_dm_timer_driver);

MODULE_DESCRIPTION("OMAP Dual-Mode Timer Driver");
MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 9591ee1

Please sign in to comment.