kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by generated...
[15.05/openwrt.git] / target / linux / generic / files / crypto / ocf / random.c
index 38dad13..d004fde 100644 (file)
  * and/or fitness for purpose.
  */
 
-#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>