From 55bee7fa8dffe22f7e316b43c2ba6892345a9b58 Mon Sep 17 00:00:00 2001 From: Guillaume Knispel Date: Fri, 1 Feb 2013 18:12:39 +0100 Subject: Linux < 2.6.19 is not supported anymore --- tdm/xivo_tdm.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tdm/xivo_tdm.c b/tdm/xivo_tdm.c index 28cf9be..0d24aa4 100644 --- a/tdm/xivo_tdm.c +++ b/tdm/xivo_tdm.c @@ -132,15 +132,6 @@ MODULE_LICENSE("GPL"); /* fixed */ #define RX_BUF_NUM (2048) -/* for Linux < 2.6.19; WARNING: DO NOT USE IN INTERFACES IN THIS CASE! - */ -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19) -typedef unsigned char bool; -enum { false = 0, true = 1 }; -#else -# warning "remember to not use bool in interfaces while Linux < 2.6.19 is supported" -#endif - struct xivo_tdm_callbacks_struct { /* process context only */ -- cgit v1.2.3