|
@@ -1207,7 +1207,7 @@ static void __exit rc_core_exit(void)
|
|
rc_map_unregister(&empty_map);
|
|
rc_map_unregister(&empty_map);
|
|
}
|
|
}
|
|
|
|
|
|
-module_init(rc_core_init);
|
|
|
|
|
|
+subsys_initcall(rc_core_init);
|
|
module_exit(rc_core_exit);
|
|
module_exit(rc_core_exit);
|
|
|
|
|
|
int rc_core_debug; /* ir_debug level (0,1,2) */
|
|
int rc_core_debug; /* ir_debug level (0,1,2) */
|