summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/pt1
diff options
context:
space:
mode:
authorHIRANO Takahito <hiranotaka@zng.jp>2009-09-20 11:57:49 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-11-07 14:55:07 (GMT)
commite0a7e8a621666f9ce1373270bae061f92a2a2b87 (patch)
tree938e74d06ff9d1a39fd7b573d31bbf679c327447 /drivers/media/dvb/pt1
parent76823b791d867c2ab563c237f188d0cbb4ced6e1 (diff)
downloadlinux-e0a7e8a621666f9ce1373270bae061f92a2a2b87.tar.xz
V4L/DVB (13167): pt1: Fix a compile error on arm
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>
Diffstat (limited to 'drivers/media/dvb/pt1')
-rw-r--r--drivers/media/dvb/pt1/pt1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/pt1/pt1.c b/drivers/media/dvb/pt1/pt1.c
index 81e623a..1fd8306 100644
--- a/drivers/media/dvb/pt1/pt1.c
+++ b/drivers/media/dvb/pt1/pt1.c
@@ -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"