diff options
author | Kenneth Aafloy <devnull@localhost> | 2004-11-04 08:41:58 +0000 |
---|---|---|
committer | Kenneth Aafloy <devnull@localhost> | 2004-11-04 08:41:58 +0000 |
commit | 90aab86384fc8157af3d1fc7fc3082ed39173f57 (patch) | |
tree | 2af292428fc46c359cd398a0d7a25ed3510c3290 /linux/drivers/media/dvb | |
parent | 9e2c2f11174d9378da1f575f4cbc26ca818a7e3c (diff) | |
download | mediapointer-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.c | 3 |
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; |