projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: the cryptosoft module of ocf needs cryptoapi manager support (for blkcipher...
[openwrt.git]
/
target
/
linux
/
generic
/
files
/
crypto
/
ocf
/
safe
/
safe.c
diff --git
a/target/linux/generic/files/crypto/ocf/safe/safe.c
b/target/linux/generic/files/crypto/ocf/safe/safe.c
index
7e65101
..
de77431
100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/safe/safe.c
+++ b/
target/linux/generic/files/crypto/ocf/safe/safe.c
@@
-31,8
+31,11
@@
__FBSDID("$FreeBSD: src/sys/dev/safe/safe.c,v 1.18 2007/03/21 03:42:50 sam Exp $");
*/
__FBSDID("$FreeBSD: src/sys/dev/safe/safe.c,v 1.18 2007/03/21 03:42:50 sam Exp $");
*/
-#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/kernel.h>
#endif
#include <linux/module.h>
#include <linux/kernel.h>
This page took
0.032908 seconds
and
4
git commands to generate.