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
/
rndtest.c
diff --git
a/target/linux/generic/files/crypto/ocf/rndtest.c
b/target/linux/generic/files/crypto/ocf/rndtest.c
index
b31e1a6
..
78d490a
100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/rndtest.c
+++ b/
target/linux/generic/files/crypto/ocf/rndtest.c
@@
-36,8
+36,11
@@
* POSSIBILITY OF SUCH DAMAGE.
*/
* POSSIBILITY OF SUCH DAMAGE.
*/
-#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/list.h>
#endif
#include <linux/module.h>
#include <linux/list.h>
This page took
0.02117 seconds
and
4
git commands to generate.