]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
According to the research I have done we never needed to include compiler.h in the...
authorJoshua Colp <jcolp@digium.com>
Tue, 28 Nov 2006 16:56:01 +0000 (16:56 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 28 Nov 2006 16:56:01 +0000 (16:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@48087 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_phone.c

index 84bf508c51af8cce1ed35b8980d18739c785df5f..ad7b8701309af552ec443d1e6d0f93a175a45454 100644 (file)
 #include <linux/telephony.h>
 /* Still use some IXJ specific stuff */
 #include <linux/version.h>
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
-# include <linux/compiler.h>
-#endif
-#endif
 #include <linux/ixjuser.h>
 
 #include "asterisk.h"