kbuild: move compile.h to include/generated
[linux-flexiantxendom0-natty.git] / arch / x86 / boot / version.c
index 2723d9b..4d88763 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "boot.h"
 #include <linux/utsrelease.h>
-#include <linux/compile.h>
+#include <generated/compile.h>
 
 const char kernel_version[] =
        UTS_RELEASE " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") "