I'm using Fedora Core 5. Kernel 2.6.18.2 or 2.6.19 compiled from source this is the content of /usr/include/linux/compiler.h #ifndef __LINUX_COMPILER_H #define __LINUX_COMPILER_H #define likely(x) __builtin_expect((x),1) #define unlikely(x) __builtin_expect((x),0) #endif /* __LINUX_COMPILER_H */
Which kernel version / distro are you using? Because i can't see a linux/compiler.h (which is included in video.h) in the kernel git history which doesn't define __user ... Christoph
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb