projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: create RB-450 network config from uci-defaults
[openwrt.git]
/
target
/
linux
/
generic
/
files
/
crypto
/
ocf
/
criov.c
diff --git
a/target/linux/generic/files/crypto/ocf/criov.c
b/target/linux/generic/files/crypto/ocf/criov.c
index
6d7d3ad
..
d3d8cfd
100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/criov.c
+++ b/
target/linux/generic/files/crypto/ocf/criov.c
@@
-34,7
+34,8
@@
__FBSDID("$FreeBSD: src/sys/opencrypto/criov.c,v 1.5 2006/06/04 22:15:13 pjd Exp $");
*/
__FBSDID("$FreeBSD: src/sys/opencrypto/criov.c,v 1.5 2006/06/04 22:15:13 pjd Exp $");
*/
-#ifndef AUTOCONF_INCLUDED
+#include <linux/version.h>
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38) && !defined(AUTOCONF_INCLUDED)
#include <linux/config.h>
#endif
#include <linux/module.h>
#include <linux/config.h>
#endif
#include <linux/module.h>
This page took
0.021377 seconds
and
4
git commands to generate.