kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c
index b4c862a..2930446 100644
--- a/scripts/kconfig/confdata.c
+++ b/scripts/kconfig/confdata.c
@@ -412,7 +412,7 @@
 			       " * Linux kernel version: %s\n"
 			       " */\n"
 			       "%s"
-			       "#define AUTOCONF_INCLUDED\n",
+			       "\n",
 			       sym_get_string_value(sym),
 			       buf);
 	}