Skip to content

Commit

Permalink
V4L/DVB (13167): pt1: Fix a compile error on arm
Browse files Browse the repository at this point in the history
The lack of #include <linux/vmalloc.h> caused a compile error on some
architectures.

Signed-off-by: HIRANO Takahito <hiranotaka@zng.info>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
HIRANO Takahito authored and Mauro Carvalho Chehab committed Nov 7, 2009
1 parent 76823b7 commit e0a7e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb/pt1/pt1.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/pci.h>
#include <linux/kthread.h>
#include <linux/freezer.h>
#include <linux/vmalloc.h>

#include "dvbdev.h"
#include "dvb_demux.h"
Expand Down

0 comments on commit e0a7e8a

Please sign in to comment.