diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-01-27 07:53:39 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 19:10:46 +0100 |
commit | 6aeb0905620f2ba3adecfaabc7000ae0481a263b (patch) | |
tree | 6c60be4af919b68cd6faa32943344bb99068b7f7 /drivers/media/video/cx18/cx18-alsa-pcm.c | |
parent | V4L/DVB: [Mantis] remove duplicated #include (diff) | |
download | linux-6aeb0905620f2ba3adecfaabc7000ae0481a263b.tar.xz linux-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.c | 1 |
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> |