summaryrefslogtreecommitdiff
path: root/linux/sound
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-02-13 18:50:59 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-02-13 18:50:59 -0200
commit4890c6c64ffcaed9a31fc856b2935f8417f339e7 (patch)
tree36e542f0b4f167d808328c67cf827bfb24a015bc /linux/sound
parent5e50ed79abab16753c7949d61a5021eceecf3b80 (diff)
downloadmediapointer-dvb-s2-4890c6c64ffcaed9a31fc856b2935f8417f339e7.tar.gz
mediapointer-dvb-s2-4890c6c64ffcaed9a31fc856b2935f8417f339e7.tar.bz2
Fix compat code to work with 2.6.24
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/sound')
-rw-r--r--linux/sound/pci/bt87x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c
index d1d91bbdc..ec58f2795 100644
--- a/linux/sound/pci/bt87x.c
+++ b/linux/sound/pci/bt87x.c
@@ -28,7 +28,7 @@
#include <linux/moduleparam.h>
#include <linux/bitops.h>
#include <asm/io.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)
+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,24)
#include <sound/driver.h>
#endif
#include <sound/core.h>