From: Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
To: linux-media@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>,
Arnaud Patard <arnaud.patard@rtp-net.org>
Subject: [patch 1/1] mantis_pci: remove asm/pgtable.h include
Date: Mon, 28 Feb 2011 14:15:59 +0100 [thread overview]
Message-ID: <20110228131609.628261675@rtp-net.org> (raw)
[-- Attachment #1: mantis.patch --]
[-- Type: text/plain, Size: 899 bytes --]
mantis_pci.c is including asm/pgtable.h and it's leading to a build failure on
arm. It has been noticed here :
https://buildd.debian.org/fetch.cgi?pkg=linux-2.6&arch=armel&ver=2.6.38~rc6-1~experimental.1&stamp=1298430952&file=log&as=raw
As this header doesn't seem to be used, I'm removing it. I've build tested it
with arm and x86.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Index: linux-2.6/drivers/media/dvb/mantis/mantis_pci.c
===================================================================
--- linux-2.6.orig/drivers/media/dvb/mantis/mantis_pci.c 2011-02-27 21:21:57.370731954 +0100
+++ linux-2.6/drivers/media/dvb/mantis/mantis_pci.c 2011-02-27 21:22:02.142211398 +0100
@@ -22,7 +22,6 @@
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <asm/io.h>
-#include <asm/pgtable.h>
#include <asm/page.h>
#include <linux/kmod.h>
#include <linux/vmalloc.h>
reply other threads:[~2011-02-28 13:37 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=20110228131609.628261675@rtp-net.org \
--to=arnaud.patard@rtp-net.org \
--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;
as well as URLs for NNTP newsgroup(s).