[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / target / linux / generic / files / crypto / ocf / ocfnull / ocfnull.c
index a6b76cd..9cf3f6e 100644 (file)
@@ -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.028014 seconds and 4 git commands to generate.