summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels/chan_phone.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/channels/chan_phone.c b/channels/chan_phone.c
index c8c151262..cebbcd255 100644
--- a/channels/chan_phone.c
+++ b/channels/chan_phone.c
@@ -48,11 +48,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#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/lock.h"