]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/media/rc/ir-raw.c
Merge tag 'v3.2-rc2' into staging/for_v3.3
[karo-tx-linux.git] / drivers / media / rc / ir-raw.c
index 27808bb59eba3874ee7c1c07f79ba67f82abfd78..95e630998aaf42d2e2441514f62713038ab41fdc 100644 (file)
  *  GNU General Public License for more details.
  */
 
+#include <linux/export.h>
 #include <linux/kthread.h>
 #include <linux/mutex.h>
+#include <linux/kmod.h>
 #include <linux/sched.h>
 #include <linux/freezer.h>
 #include "rc-core-priv.h"
@@ -355,6 +357,7 @@ static void init_decoders(struct work_struct *work)
        load_rc6_decode();
        load_jvc_decode();
        load_sony_decode();
+       load_sanyo_decode();
        load_mce_kbd_decode();
        load_lirc_codec();