summaryrefslogtreecommitdiff
path: root/torisa.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-10-20 01:23:26 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-10-20 01:23:26 +0000
commit40f29b608c5fa014f027182cddb5ed57cf4940ac (patch)
treeee73b9577a19cee24c830e2d975328e51b5ad44a /torisa.c
parentf7aed9c474cca7bc7264dff4dab804548f9d7caf (diff)
Later distros have now taken to removing this file as it has been deprecated for awhile now... so on kernels 2.6.18 or higher we can safely not include it. (props to jsmith)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1519 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'torisa.c')
-rw-r--r--torisa.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/torisa.c b/torisa.c
index 5bee0ed..2215cc8 100644
--- a/torisa.c
+++ b/torisa.c
@@ -19,8 +19,10 @@
* original by Jim Dixon <jim@lambdatel.com>
*/
-#include <linux/config.h>
#include <linux/version.h>
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
+#include <linux/config.h>
+#endif
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/init.h>