summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-01-27 17:53:39 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-01-27 17:54:49 +1100
commit83746ea5b5655cabea060a51880ec7fdf77b5efc (patch)
tree8ea0aa21e499a9422839516ff5a5b33de64f43d5
parentace50ff3b7b018ad4351b70cc00ffdb38f8a67fb (diff)
V4L/DVB: using vmalloc requires include of linux/vmalloc.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-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 @@
#include <linux/init.h>
#include <linux/kernel.h>
+#include <linux/vmalloc.h>
#include <media/v4l2-device.h>