From 6aeb0905620f2ba3adecfaabc7000ae0481a263b Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 27 Jan 2010 03:53:39 -0300 Subject: [PATCH] V4L/DVB: using vmalloc requires include of linux/vmalloc.h Signed-off-by: Stephen Rothwell Acked-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/cx18/cx18-alsa-pcm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/video/cx18/cx18-alsa-pcm.c b/drivers/media/video/cx18/cx18-alsa-pcm.c index 6e56df9..b9f42b1 100644 --- a/drivers/media/video/cx18/cx18-alsa-pcm.c +++ b/drivers/media/video/cx18/cx18-alsa-pcm.c @@ -25,6 +25,7 @@ #include #include +#include #include -- 2.7.4