[package] add support for DS2482 1-Wire I2C bus master
[openwrt.git] / package / siit / src / siit.c
index f458f5d..5362c1d 100644 (file)
@@ -4,9 +4,13 @@
  *
  */
 
+#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/version.h>
 #include <linux/sched.h>
 #include <linux/kernel.h>       /* printk() */
 #include <linux/slab.h>
This page took 0.023715 seconds and 4 git commands to generate.