--- acerhk.c.orig	2011-04-14 18:08:11.000000000 +0200
+++ acerhk.c	2011-04-14 20:08:34.000000000 +0200
@@ -35,8 +35,13 @@
  *
  */
 
+#include <linux/version.h>
 #ifndef AUTOCONF_INCLUDED
-#include <linux/config.h>
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 37)
+#include <generated/autoconf.h>
+#else
+#include <linux/autoconf.h>
+#endif
 #endif
 
 /* This driver is heavily dependent on the architecture, don't let

