Brian J. Murrell wrote:
On Sun, Feb 17, 2002 at 10:50:02AM +0100, Dirk Meul wrote:
Hello!
Hi,
I've some problems with bttv 0.8.34. First i had to include
asm/hardirq.h to bttv-driver.c and bttv-risc.c because of the
in_interrupt macro.
Ahhhh. Thanx! I got the same problem too.
I am also seeing "do_select" as unresolved with the vl2 (standalone)
package. Specifically the v4l1-compat.o module wants it and can't
find it.
This is only available in the kernel patch set, as this symbol needs to
be exported from the kernel itself. If you want to patch it yourself,
just add
EXPORT_SYMBOL(do_select);
to /usr/src/linux/kernel/ksyms.c, and recompile the kernel...
-justin