[generic]: fixup mtd refresh and co.
[openwrt.git] / target / linux / generic / files / crypto / ocf / cryptocteon / cryptocteon.c
index 9940f59..fa377e5 100644 (file)
  * ---------------------------------------------------------------------------
  */
 
  * ---------------------------------------------------------------------------
  */
 
-#ifndef AUTOCONF_INCLUDED
-#include <linux/config.h>
+#include <linux/version.h>
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
+#include <generated/autoconf.h>
+#else
+#include <linux/autoconf.h>
 #endif
 #include <linux/module.h>
 #include <linux/init.h>
 #endif
 #include <linux/module.h>
 #include <linux/init.h>
This page took 0.024386 seconds and 4 git commands to generate.