summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2004-01-20 20:30:27 +0000
committerMichael Hunold <devnull@localhost>2004-01-20 20:30:27 +0000
commit148ea9ebf836af64c3883c18ce19d81f13526cfa (patch)
treeb437fc71432abf955f12e0c20937e16b1986b983 /linux/drivers/media/dvb/ttpci
parent4a042a577e83b1e40f43345cdaaada7dbd9e4c8f (diff)
downloadmediapointer-dvb-s2-148ea9ebf836af64c3883c18ce19d81f13526cfa.tar.gz
mediapointer-dvb-s2-148ea9ebf836af64c3883c18ce19d81f13526cfa.tar.bz2
- some more compatiblity cruft to make the driver compile down to
2.4.19 (except usb stuff which only compiles with 2.4.20 and above)
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
-rw-r--r--linux/drivers/media/dvb/ttpci/av7110.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110.c b/linux/drivers/media/dvb/ttpci/av7110.c
index b023a6e73..2d29935df 100644
--- a/linux/drivers/media/dvb/ttpci/av7110.c
+++ b/linux/drivers/media/dvb/ttpci/av7110.c
@@ -47,7 +47,9 @@
#include <linux/string.h>
#include <linux/pci.h>
#include <linux/vmalloc.h>
+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,0))
#include <linux/firmware.h>
+#endif
#include <linux/crc32.h>
#include <asm/system.h>