]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/can_sysdep.h
reference count for device opens added (helps while asynchronous remove
[lincan.git] / lincan / include / can_sysdep.h
index ff0694611516430bcc40890ae190cc960855b2d1..5ade3411673048d503ae8d7816684c5cc43c66b7 100644 (file)
@@ -56,6 +56,9 @@
 #include <linux/sched.h>
 #include <linux/interrupt.h>
 #include <linux/time.h>
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10))
+       #include <linux/kref.h>
+#endif
 #include <asm/errno.h>
 
 #include <asm/io.h>