summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorKenneth Aafloy <devnull@localhost>2004-11-04 08:41:58 +0000
committerKenneth Aafloy <devnull@localhost>2004-11-04 08:41:58 +0000
commit90aab86384fc8157af3d1fc7fc3082ed39173f57 (patch)
tree2af292428fc46c359cd398a0d7a25ed3510c3290 /linux/drivers/media/dvb
parent9e2c2f11174d9378da1f575f4cbc26ca818a7e3c (diff)
downloadmediapointer-dvb-s2-90aab86384fc8157af3d1fc7fc3082ed39173f57.tar.gz
mediapointer-dvb-s2-90aab86384fc8157af3d1fc7fc3082ed39173f57.tar.bz2
kernel compat changes for < 2.6.9, 2nd try.
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/b2c2/skystar2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/b2c2/skystar2.c b/linux/drivers/media/dvb/b2c2/skystar2.c
index 0566e9f7d..11ac13d30 100644
--- a/linux/drivers/media/dvb/b2c2/skystar2.c
+++ b/linux/drivers/media/dvb/b2c2/skystar2.c
@@ -79,6 +79,9 @@ struct dmaq {
u8 *buffer;
};
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9)
+#define __iomem
+#endif
struct adapter {
struct pci_dev *pdev;