summaryrefslogtreecommitdiff
path: root/tdm/xivo_tdm.c
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2013-02-01 18:12:39 +0100
committerGuillaume Knispel <gknispel@avencall.com>2013-02-01 18:12:39 +0100
commit55bee7fa8dffe22f7e316b43c2ba6892345a9b58 (patch)
tree8902247a98571505e609a4a35909e833ab27e144 /tdm/xivo_tdm.c
parentce442749acbbacc32866ca7a875ad9da68aaeebd (diff)
Linux < 2.6.19 is not supported anymore
Diffstat (limited to 'tdm/xivo_tdm.c')
-rw-r--r--tdm/xivo_tdm.c9
1 files changed, 0 insertions, 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 */