Hello David, David Härdeman wrote: > --- a/drivers/media/IR/ir-core-priv.h > +++ b/drivers/media/IR/ir-core-priv.h > @@ -109,4 +109,11 @@ void ir_raw_init(void); > #define load_rc5_decode() 0 > #endif > > +/* from ir-rc6-decoder.c */ > +#ifdef CONFIG_IR_RC5_DECODER_MODULE > +#define load_rc6_decode() request_module("ir-rc6-decoder") > +#else > +#define load_rc6_decode() 0 > +#endif > + > #endif /* _IR_RAW_EVENT */ you probably intended to use CONFIG_IR_RC6_DECODER_MODULE instead. Regards, Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html