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 01:53:39 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 13:10:46 -0500
commit6aeb0905620f2ba3adecfaabc7000ae0481a263b (patch)
tree6c60be4af919b68cd6faa32943344bb99068b7f7 /drivers/media/video/cx18/cx18-alsa-pcm.c
parent2c1fee024d86b718b3198f664747c9028776c751 (diff)
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 6e56df94e34b..b9f42b1d886f 100644
--- a/drivers/media/video/cx18/cx18-alsa-pcm.c
+++ b/drivers/media/video/cx18/cx18-alsa-pcm.c
@@ -25,6 +25,7 @@
25 25
26#include <linux/init.h> 26#include <linux/init.h>
27#include <linux/kernel.h> 27#include <linux/kernel.h>
28#include <linux/vmalloc.h>
28 29
29#include <media/v4l2-device.h> 30#include <media/v4l2-device.h>
30 31