On Fri, Feb 21, 2003 at 12:01:50AM +0100, Emard wrote: > I tried to replace spin_lock_irq with spin_lock_bh in > dvb_demux.c, it compiled, but insmod gave me unresolved > symbols for 2 *_bh_* symbols. Did I forget to export/import > some symbols somewhere?
Don't ignore missing prototype warnings. #include <linux/interrupt.h> #include <linux/spinlock.h> Johannes -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
