[svn-commits] file: branch 1.2 r48087 - /branches/1.2/channels/chan_phone.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Nov 28 09:56:02 MST 2006


Author: file
Date: Tue Nov 28 10:56:01 2006
New Revision: 48087

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48087
Log:
According to the research I have done we never needed to include compiler.h in the first place so let's not! (issue #8430 reported by edguy3)

Modified:
    branches/1.2/channels/chan_phone.c

Modified: branches/1.2/channels/chan_phone.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/channels/chan_phone.c?view=diff&rev=48087&r1=48086&r2=48087
==============================================================================
--- branches/1.2/channels/chan_phone.c (original)
+++ branches/1.2/channels/chan_phone.c Tue Nov 28 10:56:01 2006
@@ -37,11 +37,6 @@
 #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"



More information about the svn-commits mailing list