changeset 17:5afb0aa410ec default tip

update to 2.6.34
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 25 Jul 2010 23:29:20 +0900
parents 2dbe2489381e
children
files vloopback.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vloopback.c	Fri Nov 06 21:57:18 2009 +0900
+++ b/vloopback.c	Sun Jul 25 23:29:20 2010 +0900
@@ -168,6 +168,11 @@
  #error "need CONFIG_VIDEO_V4L1_COMPAT"
 #endif
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34)
+ #include <linux/sched.h>
+ #include <linux/slab.h>
+#endif
+
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
  #include <media/v4l2-common.h>
 #endif