From: hiranotaka@zng.jp
To: linux-media@vger.kernel.org, mchehab@infradead.org
Subject: [PATCH] pt1: Fix a compile error on arm
Date: Sun, 20 Sep 2009 20:57:49 +0900 [thread overview]
Message-ID: <87vdjdakw2.fsf@wei.zng.jp> (raw)
The lack of #include <linux/vmalloc.h> caused a compile error on some
architectures.
Signed-off-by: HIRANO Takahito <hiranotaka@zng.info>
diff -r 29e4ba1a09bc linux/drivers/media/dvb/pt1/pt1.c
--- a/linux/drivers/media/dvb/pt1/pt1.c Sat Sep 19 09:45:22 2009 -0300
+++ b/linux/drivers/media/dvb/pt1/pt1.c Sun Sep 20 20:47:28 2009 +0900
@@ -26,6 +26,7 @@
#include <linux/pci.h>
#include <linux/kthread.h>
#include <linux/freezer.h>
+#include <linux/vmalloc.h>
#include "dvbdev.h"
#include "dvb_demux.h"
reply other threads:[~2009-09-20 11:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vdjdakw2.fsf@wei.zng.jp \
--to=hiranotaka@zng.jp \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox