kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by generated...
[openwrt/openwrt.git] / target / linux / generic / files / crypto / ocf / kirkwood / cesa_ocf_drv.c
index ccf92276c035319f9406952503a97d64d04e2c94..fb51947a1a28843a4bbda4d59d0f28e04bc360dc 100644 (file)
@@ -26,8 +26,11 @@ DISCLAIMED.  The GPL License provides additional details about this warranty
 disclaimer.
 *******************************************************************************/
 
-#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>