projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: ar8216: rename ar8216_ops to ar8216_sw_ops
[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
78d490a
..
7bed6a1
100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/rndtest.c
+++ b/
target/linux/generic/files/crypto/ocf/rndtest.c
@@
-37,16
+37,13
@@
*/
#include <linux/version.h>
*/
#include <linux/version.h>
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
-#include <generated/autoconf.h>
-#else
-#include <linux/autoconf.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>
#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.023021 seconds
and
4
git commands to generate.