On 02/09/2010 12:41 PM, Mogens Kjaer wrote: ...
ir_core: Unknown symbol ir_unregister_class
Hm, the following patch "fixes" the problem: cd linux/drivers/media/IR $ diff -urN ir-sysfs.c.orig ir-sysfs.c --- ir-sysfs.c.orig 2010-02-09 13:08:06.000000000 +0100 +++ ir-sysfs.c 2010-02-09 13:05:04.000000000 +0100 @@ -223,4 +223,8 @@ module_init(ir_core_init); module_exit(ir_core_exit); +#else +void ir_unregister_class(struct input_dev *input_dev) +{ +} #endif I guess this is not the right way to do it - but the machine boots and the modules load! Mogens -- Mogens Kjaer, mk@xxxxxxx http://www.lemo.dk -- 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