diff options
author | Arnaud Patard (Rtp) | 2011-02-28 14:15:59 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab | 2011-03-03 14:15:35 +0100 |
commit | a4e36e60a6f62db6282e718cc228bde1a4e31eba (patch) | |
tree | d7c0c5ce4c3919ccfcf34671327a71bf4fb2f14b /drivers/media/dvb/mantis | |
parent | [media] tda829x: fix regression in probe functions (diff) | |
download | kernel-qcow2-linux-a4e36e60a6f62db6282e718cc228bde1a4e31eba.tar.gz kernel-qcow2-linux-a4e36e60a6f62db6282e718cc228bde1a4e31eba.tar.xz kernel-qcow2-linux-a4e36e60a6f62db6282e718cc228bde1a4e31eba.zip |
[media] mantis_pci: remove asm/pgtable.h include
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_pci.c b/drivers/media/dvb/mantis/mantis_pci.c index 59feeb84aec7..10a432a79d00 100644 --- a/drivers/media/dvb/mantis/mantis_pci.c +++ b/drivers/media/dvb/mantis/mantis_pci.c @@ -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> |