aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2011-03-19 17:40:02 +0000
committerHauke Mehrtens <hauke@openwrt.org>2011-03-19 17:40:02 +0000
commitbf2dff596f1f568f58c0adcb3d4fe48be35a60a7 (patch)
treec7140419351334313e99e3a374e6b1e9fb0cbcef /target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c
parent44eb5fe71a8282143289e464c9add22f8b9cc302 (diff)
downloadmaster-187ad058-bf2dff596f1f568f58c0adcb3d4fe48be35a60a7.tar.gz
master-187ad058-bf2dff596f1f568f58c0adcb3d4fe48be35a60a7.tar.bz2
master-187ad058-bf2dff596f1f568f58c0adcb3d4fe48be35a60a7.zip
kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by generated/autoconf.h.
This fixes build with kernel 2.6.38. This was only build tested. Thank you philipp64 for reporting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26237 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c')
-rw-r--r--target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c b/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c
index 9940f59a9a..fa377e5eee 100644
--- a/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c
+++ b/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c
@@ -27,8 +27,11 @@
* ---------------------------------------------------------------------------
*/
-#ifndef AUTOCONF_INCLUDED
-#include <linux/config.h>
+#include <linux/version.h>
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
+#include <generated/autoconf.h>
+#else
+#include <linux/autoconf.h>
#endif
#include <linux/module.h>
#include <linux/init.h>