]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
V4L/DVB: using vmalloc requires include of linux/vmalloc.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 27 Jan 2010 06:53:39 +0000 (03:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:46 +0000 (15:10 -0300)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-alsa-pcm.c

index 6e56df94e34b34ca424e3dee281d08377b1e9cd6..b9f42b1d886fa9bffd37244d6984dcebfe10832e 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <linux/init.h>
 #include <linux/kernel.h>
+#include <linux/vmalloc.h>
 
 #include <media/v4l2-device.h>