summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/cinergyT2/cinergyT2.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-05-13 09:43:11 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-05-13 09:43:11 -0300
commit0f65d0ff00289bf9ccb53c0b6acb63eb0e6f2984 (patch)
tree41cdf70b0cbe2c6ef57c6a164cdc1ef39dbb9c40 /linux/drivers/media/dvb/cinergyT2/cinergyT2.c
parentdf27d2f282dd8872faaba2c14151054802003482 (diff)
downloadmediapointer-dvb-s2-0f65d0ff00289bf9ccb53c0b6acb63eb0e6f2984.tar.gz
mediapointer-dvb-s2-0f65d0ff00289bf9ccb53c0b6acb63eb0e6f2984.tar.bz2
backport mainstream changeset 6473d160b4aba8023bcf38519a5989694dfd51a7
From: Mauro Carvalho Chehab <mchehab@infradead.org> kernel-sync: The original kernel patch is from Jean Delvare <khali@linux-fr.org> PCI: Cleanup the includes of <linux/pci.h> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/cinergyT2/cinergyT2.c')
-rw-r--r--linux/drivers/media/dvb/cinergyT2/cinergyT2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/cinergyT2/cinergyT2.c b/linux/drivers/media/dvb/cinergyT2/cinergyT2.c
index 4b092d7c2..68796cd8e 100644
--- a/linux/drivers/media/dvb/cinergyT2/cinergyT2.c
+++ b/linux/drivers/media/dvb/cinergyT2/cinergyT2.c
@@ -26,7 +26,6 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/usb.h>
-#include <linux/pci.h>
#include <linux/input.h>
#include <linux/dvb/frontend.h>
#include "compat.h"
@@ -34,6 +33,7 @@
#include <linux/mutex.h>
#endif
#include <linux/mm.h>
+#include <asm/io.h>
#include "dmxdev.h"
#include "dvb_demux.h"