ar71xx: enable USB support for the AR933x SoCs
[openwrt.git] / target / linux / generic / files / crypto / ocf / criov.c
index 6d7d3ad..e1b159f 100644 (file)
 __FBSDID("$FreeBSD: src/sys/opencrypto/criov.c,v 1.5 2006/06/04 22:15:13 pjd Exp $");
  */
 
-#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>
This page took 0.023876 seconds and 4 git commands to generate.