This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / media / video / videocodec.c
index ae1063e..081eb06 100644 (file)
 #include <asm/uaccess.h>
 #endif
 
+#include <linux/version.h>
+#ifndef KERNEL_VERSION
+#define KERNEL_VERSION(a,b,c) ((a)*65536+(b)*256+(c))
+#endif
+
 #include "videocodec.h"
 
 static int debug = 0;