diff options
-rw-r--r-- | linux/sound/pci/bt87x.c | 2 |
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> |