projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
target
/
linux
/
generic
/
files
/
crypto
/
ocf
/
ocfnull
/
ocfnull.c
diff --git
a/target/linux/generic/files/crypto/ocf/ocfnull/ocfnull.c
b/target/linux/generic/files/crypto/ocf/ocfnull/ocfnull.c
index
a6b76cd
..
9cf3f6e
100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/ocfnull/ocfnull.c
+++ b/
target/linux/generic/files/crypto/ocf/ocfnull/ocfnull.c
@@
-33,7
+33,8
@@
* and/or fitness for purpose.
*/
-#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>
This page took
0.019778 seconds
and
4
git commands to generate.