From 4890c6c64ffcaed9a31fc856b2935f8417f339e7 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 13 Feb 2008 18:50:59 -0200 Subject: Fix compat code to work with 2.6.24 From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- linux/sound/pci/bt87x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/sound') 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 #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24) +#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,24) #include #endif #include -- cgit v1.2.3