From 4745aa699577fd67b8dee156acea7cf81a91c323 Mon Sep 17 00:00:00 2001 From: citats Date: Fri, 26 Mar 2004 07:44:19 +0000 Subject: Change zaptel to not use DEVFS on 2.6 kernels git-svn-id: http://svn.digium.com/svn/zaptel/trunk@332 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zaptel.h') diff --git a/zaptel.h b/zaptel.h index cf4ea40..2748037 100755 --- a/zaptel.h +++ b/zaptel.h @@ -48,7 +48,12 @@ #include "fasthdlc.h" #endif #ifdef CONFIG_DEVFS_FS +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #include +#else +#undef CONFIG_DEVFS_FS +#warning "Zaptel doesn't support DEVFS in post 2.4 kernels. Disabling DEVFS in zaptel" +#endif #endif /* CONFIG_DEVFS_FS */ #include -- cgit v1.2.3