aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-alsa-pcm.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-01-27 03:53:39 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 15:10:46 -0300
commit6aeb0905620f2ba3adecfaabc7000ae0481a263b (patch)
tree6c60be4af919b68cd6faa32943344bb99068b7f7 /drivers/media/video/cx18/cx18-alsa-pcm.c
parent2c1fee024d86b718b3198f664747c9028776c751 (diff)
downloadkernel_samsung_smdk4412-6aeb0905620f2ba3adecfaabc7000ae0481a263b.tar.gz
kernel_samsung_smdk4412-6aeb0905620f2ba3adecfaabc7000ae0481a263b.tar.bz2
kernel_samsung_smdk4412-6aeb0905620f2ba3adecfaabc7000ae0481a263b.zip
V4L/DVB: using vmalloc requires include of linux/vmalloc.h
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>
Diffstat (limited to 'drivers/media/video/cx18/cx18-alsa-pcm.c')
-rw-r--r--drivers/media/video/cx18/cx18-alsa-pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-alsa-pcm.c b/drivers/media/video/cx18/cx18-alsa-pcm.c
index 6e56df94e34..b9f42b1d886 100644
--- a/drivers/media/video/cx18/cx18-alsa-pcm.c
+++ b/drivers/media/video/cx18/cx18-alsa-pcm.c
@@ -25,6 +25,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
+#include <linux/vmalloc.h>
#include <media/v4l2-device.h>