From 79210327fbe5a02bcb93d9b464ccb38fce31b432 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 28 Mar 2008 14:46:28 -0300 Subject: Avoid build warnings for distro-patched 2.6.24 kernels 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') diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c index aeef46b61..7e6f22041 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) +#ifdef NEED_SOUND_DRIVER_H #include #endif #include -- cgit v1.2.3