projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76823b7
)
V4L/DVB (13167): pt1: Fix a compile error on arm
author
HIRANO Takahito
<hiranotaka@zng.jp>
Sun, 20 Sep 2009 11:57:49 +0000
(08:57 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 7 Nov 2009 14:55:07 +0000
(12:55 -0200)
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>
drivers/media/dvb/pt1/pt1.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/pt1/pt1.c
b/drivers/media/dvb/pt1/pt1.c
index 81e623a90f09d70905ec1080f545f93e1cdd43ec..1fd8306371e2b9bb61e726198901791098447145 100644
(file)
--- 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"