Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346857
b: refs/heads/master
c: 4452fec
h: refs/heads/master
i:
  346855: 950425a
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Bob Liu committed Dec 13, 2012
1 parent d6a1681 commit bb26f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 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: 00e9584c765043d6f4385244f03eed0e7fe18287
refs/heads/master: 4452fec6af8d5ed1dc3ac37f31d7da1bd62733b8
19 changes: 1 addition & 18 deletions trunk/arch/blackfin/mach-common/dpmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,24 +157,7 @@ struct platform_driver bfin_dpmc_device_driver = {
.name = DRIVER_NAME,
}
};

/**
* bfin_dpmc_init - Init driver
*/
static int __init bfin_dpmc_init(void)
{
return platform_driver_register(&bfin_dpmc_device_driver);
}
module_init(bfin_dpmc_init);

/**
* bfin_dpmc_exit - break down driver
*/
static void __exit bfin_dpmc_exit(void)
{
platform_driver_unregister(&bfin_dpmc_device_driver);
}
module_exit(bfin_dpmc_exit);
module_platform_driver(bfin_dpmc_device_driver);

MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
MODULE_DESCRIPTION("cpu power management driver for Blackfin");
Expand Down

0 comments on commit bb26f7d

Please sign in to comment.