Skip to content

Commit

Permalink
V4L/DVB: using vmalloc requires include of linux/vmalloc.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 2c1fee0 commit 6aeb090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/cx18/cx18-alsa-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/vmalloc.h>

#include <media/v4l2-device.h>

Expand Down

0 comments on commit 6aeb090

Please sign in to comment.