projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cns21xx: switch to 3.2.9
[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
..
7bed6a1
100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/rndtest.c
+++ b/
target/linux/generic/files/crypto/ocf/rndtest.c
@@
-36,14
+36,14
@@
* POSSIBILITY OF SUCH DAMAGE.
*/
* POSSIBILITY OF SUCH DAMAGE.
*/
-#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/list.h>
#include <linux/wait.h>
#include <linux/time.h>
#include <linux/config.h>
#endif
#include <linux/module.h>
#include <linux/list.h>
#include <linux/wait.h>
#include <linux/time.h>
-#include <linux/version.h>
#include <linux/unistd.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/unistd.h>
#include <linux/kernel.h>
#include <linux/string.h>
This page took
0.023966 seconds
and
4
git commands to generate.