summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf/ixp4xx
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-19 17:40:02 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-19 17:40:02 +0000
commit0d10d61ac3f48e144e7d1d88efb445c5a763c66a (patch)
treec7140419351334313e99e3a374e6b1e9fb0cbcef /target/linux/generic/files/crypto/ocf/ixp4xx
parentbc39a45d02c2ae51c21908a1793bc1df55471db8 (diff)
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/ixp4xx')
-rw-r--r--target/linux/generic/files/crypto/ocf/ixp4xx/ixp4xx.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/generic/files/crypto/ocf/ixp4xx/ixp4xx.c b/target/linux/generic/files/crypto/ocf/ixp4xx/ixp4xx.c
index d5414a4ef..a9eabf0bd 100644
--- a/target/linux/generic/files/crypto/ocf/ixp4xx/ixp4xx.c
+++ b/target/linux/generic/files/crypto/ocf/ixp4xx/ixp4xx.c
@@ -33,8 +33,11 @@
* and/or fitness for purpose.
*/
-#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>