|
|
@@ -360,13 +360,3 @@ void ir_raw_handler_unregister(struct ir_raw_handler *ir_raw_handler)
|
|
|
mutex_unlock(&ir_raw_handler_lock);
|
|
|
}
|
|
|
EXPORT_SYMBOL(ir_raw_handler_unregister);
|
|
|
-
|
|
|
-void ir_raw_init(void)
|
|
|
-{
|
|
|
- /* Load the decoder modules */
|
|
|
- load_lirc_codec();
|
|
|
-
|
|
|
- /* If needed, we may later add some init code. In this case,
|
|
|
- it is needed to change the CONFIG_MODULE test at rc-core.h
|
|
|
- */
|
|
|
-}
|