|
@@ -15,7 +15,7 @@
|
|
|
#include <linux/kernel.h>
|
|
|
#include <linux/err.h>
|
|
|
#include <linux/init.h>
|
|
|
-#include <linux/module.h>
|
|
|
+#include <linux/export.h>
|
|
|
#include <linux/slab.h>
|
|
|
#include <linux/list.h>
|
|
|
#include <linux/of.h>
|
|
@@ -481,13 +481,3 @@ static int __init devfreq_event_init(void)
|
|
|
return 0;
|
|
|
}
|
|
|
subsys_initcall(devfreq_event_init);
|
|
|
-
|
|
|
-static void __exit devfreq_event_exit(void)
|
|
|
-{
|
|
|
- class_destroy(devfreq_event_class);
|
|
|
-}
|
|
|
-module_exit(devfreq_event_exit);
|
|
|
-
|
|
|
-MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>");
|
|
|
-MODULE_DESCRIPTION("DEVFREQ-Event class support");
|
|
|
-MODULE_LICENSE("GPL");
|