build: remove support for Linux 3.5

This commit is contained in:
Jan Engelhardt
2012-10-16 04:14:45 +02:00
parent c243c78af4
commit 2a5f1099c8
4 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@
#define DEBUGP Use__pr_debug__instead
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 5, 0)
# warning Kernels below 3.5 not supported.
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0)
# warning Kernels below 3.6 not supported.
#endif
#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)